Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dcontext.c73 __set_bit(MMID_KERNEL_WIRED, mmid_map); in flush_context()
126 static u32 cur_idx = MMID_KERNEL_WIRED + 1; in get_new_mmid()
285 __set_bit(MMID_KERNEL_WIRED, mmid_map); in mmid_init()
H A Dtlb-r4k.c402 write_c0_memorymapid(MMID_KERNEL_WIRED); in add_wired_entry()
H A Dinit.c114 write_c0_memorymapid(MMID_KERNEL_WIRED); in __kmap_pgprot()
/openbmc/linux/arch/mips/include/asm/
H A Dmmu_context.h88 #define MMID_KERNEL_WIRED 0 macro