Home
last modified time | relevance | path

Searched refs:_PAGE_PRESENT_4V (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_64.h171 #define _PAGE_PRESENT_4V _AC(0x0000000000000010,UL) /* Present */ macro
670 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()
1086 prot = _PAGE_PRESENT_4V | _PAGE_P_4V; in pte_access_permitted()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_64.h169 #define _PAGE_PRESENT_4V _AC(0x0000000000000010,UL) /* Present */ macro
667 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()
1128 prot = _PAGE_PRESENT_4V | _PAGE_P_4V; in pte_access_permitted()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c2722 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()
2744 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4V | __DIRTY_BITS_4V | in sun4v_pgprot_init()
2752 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | page_cache4v_flag; in sun4v_pgprot_init()
2753 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2755 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2757 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c2739 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()
2761 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4V | __DIRTY_BITS_4V | in sun4v_pgprot_init()
2769 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | page_cache4v_flag; in sun4v_pgprot_init()
2770 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2772 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2774 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()

Completed in 13 milliseconds