Searched refs:PG_KRE (Results 1 – 2 of 2) sorted by relevance
776 pte |= PG_V | PG_ASM | PG_KRE | PG_KWE | PG_WIRED; in pmap_bootstrap()784 pte |= PG_V | PG_KRE | PG_KWE; /* NOTE NO ASM */ in pmap_bootstrap()795 pte |= PG_V | PG_ASM | PG_KRE | PG_KWE | PG_WIRED; in pmap_bootstrap()2312 kp[prot] |= PG_KRE; in alpha_protection_init()2313 up[prot] |= PG_KRE | PG_URE; in alpha_protection_init()2320 kp[prot] |= PG_EXEC | PG_KRE; in alpha_protection_init()2321 up[prot] |= PG_EXEC | PG_KRE | PG_URE; in alpha_protection_init()2974 PG_V | PG_ASM | PG_KRE | PG_KWE | PG_WIRED; in pmap_growkernel()3009 PG_V | PG_ASM | PG_KRE | PG_KWE | PG_WIRED; in pmap_growkernel()3110 PG_V | PG_KRE | PG_KWE; in pmap_l1pt_ctor()[all …]
92 #define PG_KRE ALPHA_PTE_KR macro