Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/kernel/vm/
Dphysmem.c32 static int phys_mem_obj_check_flags(struct vmm_obj* obj, uint* arch_mmu_flags);
40 .check_flags = phys_mem_obj_check_flags,
86 static int phys_mem_obj_check_flags(struct vmm_obj* obj, in phys_mem_obj_check_flags() function