Home
last modified time | relevance | path

Searched refs:map_kernel (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/android/ion/
H A Dion_system_heap.c209 .map_kernel = ion_heap_map_kernel,
346 .map_kernel = ion_heap_map_kernel,
H A Dion.h74 * @map_kernel map memory to the kernel
79 * map_dma and map_kernel return pointer on success, ERR_PTR on
90 void * (*map_kernel)(struct ion_heap *heap, struct ion_buffer *buffer); member
H A Dion_cma_heap.c100 .map_kernel = ion_heap_map_kernel,
H A Dion.c123 vaddr = buffer->heap->ops->map_kernel(buffer->heap, buffer); in ion_buffer_kmap_get()
125 "heap->ops->map_kernel should return ERR_PTR on error")) in ion_buffer_kmap_get()
292 if (buffer->heap->ops->map_kernel) { in ion_dma_buf_begin_cpu_access()
317 if (buffer->heap->ops->map_kernel) { in ion_dma_buf_end_cpu_access()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dmmu.c685 static void __init map_kernel(pgd_t *pgdp) in map_kernel() function
754 map_kernel(pgdp); in paging_init()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dsrmmu.c879 static void __init map_kernel(void) in map_kernel() function
936 map_kernel(); in srmmu_paging_init()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dmmu.c722 static void __init map_kernel(pgd_t *pgdp) in map_kernel() function
797 map_kernel(pgdp); in paging_init()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dmmu.c1583 static void __init map_kernel(void) in map_kernel() function
1777 map_kernel(); in paging_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dsrmmu.c880 static void __init map_kernel(void) in map_kernel() function
937 map_kernel(); in srmmu_paging_init()

Completed in 14 milliseconds