Home
last modified time | relevance | path

Searched refs:simple_pma_device (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/base/arm/protected_memory_allocator/
H A Dprotected_memory_allocator.c54 struct simple_pma_device { struct
92 static void small_granularity_alloc(struct simple_pma_device *const epma_dev, in small_granularity_alloc()
154 static void large_granularity_alloc(struct simple_pma_device *const epma_dev, in large_granularity_alloc()
197 struct simple_pma_device *const epma_dev = in simple_pma_alloc_page()
198 container_of(pma_dev, struct simple_pma_device, pma_dev); in simple_pma_alloc_page()
339 struct simple_pma_device *const epma_dev = in simple_pma_get_phys_addr()
340 container_of(pma_dev, struct simple_pma_device, pma_dev); in simple_pma_get_phys_addr()
353 struct simple_pma_device *const epma_dev = in simple_pma_free_page()
354 container_of(pma_dev, struct simple_pma_device, pma_dev); in simple_pma_free_page()
431 struct simple_pma_device *epma_dev; in protected_memory_allocator_probe()
[all …]