Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h97 #define LINEAR_MAP_REGION_ID 1 macro
128 return LINEAR_MAP_REGION_ID; in get_region_id()
H A Dmmu-hash.h831 if (region_id == LINEAR_MAP_REGION_ID) { in get_kernel_context()
/linux/arch/powerpc/mm/
H A Dcopro_fault.c110 case LINEAR_MAP_REGION_ID: in copro_calculate_slb()
111 pr_devel("%s: 0x%llx -- LINEAR_MAP_REGION_ID\n", __func__, ea); in copro_calculate_slb()
/linux/arch/powerpc/mm/book3s64/
H A Dslb.c743 if (id == LINEAR_MAP_REGION_ID) { in slb_allocate_kernel()
845 if (id >= LINEAR_MAP_REGION_ID) { in DEFINE_INTERRUPT_HANDLER_RAW()
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c212 if (get_region_id(ea) == LINEAR_MAP_REGION_ID) in __spu_kernel_slb()