Searched refs:vmf_insert_pfn_prot (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_native_mgm.c | 115 return vmf_insert_pfn_prot(vma, addr, pfn, pgprot); in kbase_native_mgm_vmf_insert_pfn_prot()
|
| H A D | mali_kbase_mem_linux.h | 505 static inline vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, in vmf_insert_pfn_prot() function
|
| /OK3568_Linux_fs/kernel/drivers/base/arm/memory_group_manager/ |
| H A D | memory_group_manager.c | 42 static inline vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, in vmf_insert_pfn_prot() function 376 fault = vmf_insert_pfn_prot(vma, addr, pfn, prot); in example_mgm_vmf_insert_pfn_prot()
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/vdso/ |
| H A D | vma.c | 224 return vmf_insert_pfn_prot(vma, vmf->address, in vvar_fault()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_vm.c | 387 ret = vmf_insert_pfn_prot(vma, address, pfn, prot); in ttm_bo_vm_fault_reserved()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_exynosauto | 1027 vmf_insert_pfn_prot
|
| H A D | abi_gki_aarch64_generic | 2265 vmf_insert_pfn_prot
|
| H A D | abi_gki_aarch64_exynos | 2340 vmf_insert_pfn_prot
|
| H A D | abi_gki_aarch64_mtk | 2653 vmf_insert_pfn_prot
|
| H A D | abi_gki_aarch64_rockchip | 1569 vmf_insert_pfn_prot
|
| H A D | abi_gki_aarch64_galaxy | 4555 vmf_insert_pfn_prot
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory.c | 2069 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr, in vmf_insert_pfn_prot() function 2095 EXPORT_SYMBOL(vmf_insert_pfn_prot); 2120 return vmf_insert_pfn_prot(vma, addr, pfn, vma->vm_page_prot); in vmf_insert_pfn()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 2920 vm_fault_t vmf_insert_pfn_prot(struct vm_area_struct *vma, unsigned long addr,
|