Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_switch_detector.hpp348 inline int get_region_id(turn_operation_type const& op) const in get_region_id() function
485 int const region = get_region_id(turn.operations[oi]); in iterate()
516 int const region0 = get_region_id(turn.operations[0]); in iterate()
517 int const region1 = get_region_id(turn.operations[1]); in iterate()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dcopro_fault.c90 switch (get_region_id(ea)) { in copro_calculate_slb()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1315 switch (get_region_id(ea)) { in hash_page_mm()
1513 if ((get_region_id(ea) == VMALLOC_REGION_ID) || in hash_page()
1514 (get_region_id(ea) == IO_REGION_ID)) in hash_page()
1530 unsigned int region_id = get_region_id(ea); in __hash_page()
1591 BUG_ON(get_region_id(ea) != USER_REGION_ID); in hash_preload()
H A Dslb.c842 unsigned long id = get_region_id(ea); in do_slb_fault()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dhash.h115 static inline int get_region_id(unsigned long ea) in get_region_id() function
H A Dmmu-hash.h813 unsigned long region_id = get_region_id(ea); in get_kernel_context()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspu_base.c184 (get_region_id(ea) != USER_REGION_ID)) { in __spu_trap_data_map()
214 if (get_region_id(ea) == LINEAR_MAP_REGION_ID) in __spu_kernel_slb()
/OK3568_Linux_fs/kernel/drivers/misc/cxl/
H A Dfault.c167 if (!mm && (get_region_id(dar) != USER_REGION_ID)) in cxl_handle_mm_fault()
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dlink.c167 if (get_region_id(fault->dar) != USER_REGION_ID) in xsl_fault_handler_bh()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c822 if (get_region_id(l) == VMALLOC_REGION_ID) { in this_cpu_inc_rm()