Home
last modified time | relevance | path

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

/Linux-v6.6/arch/sparc/mm/
Dinit_64.c2240 _PAGE_P_4V | _PAGE_W_4V); in sun4v_linear_pte_xor_finalize()
2249 _PAGE_P_4V | _PAGE_W_4V); in sun4v_linear_pte_xor_finalize()
2258 _PAGE_P_4V | _PAGE_W_4V); in sun4v_linear_pte_xor_finalize()
2605 page_cache4v_flag | _PAGE_P_4V | _PAGE_W_4V); in vmemmap_populate()
2740 page_cache4v_flag | _PAGE_P_4V | in sun4v_pgprot_init()
2755 kern_linear_pte_xor[0] |= (page_cache4v_flag | _PAGE_P_4V | in sun4v_pgprot_init()
2832 page_cache4v_flag | _PAGE_P_4V | in kern_large_tte()
/Linux-v6.6/arch/sparc/include/asm/
Dpgtable_64.h165 #define _PAGE_P_4V _AC(0x0000000000000100,UL) /* Privileged Page */ macro
1128 prot = _PAGE_PRESENT_4V | _PAGE_P_4V; in pte_access_permitted()