Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dpgtable_64.h143 #define _PAGE_PRESENT_4U _AC(0x0000000000000080,UL) /* Present */ macro
670 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()
1090 prot = _PAGE_PRESENT_4U | _PAGE_P_4U; in pte_access_permitted()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_64.h141 #define _PAGE_PRESENT_4U _AC(0x0000000000000080,UL) /* Present */ macro
667 : "0" (val), "i" (_PAGE_PRESENT_4U), "i" (_PAGE_PRESENT_4V)); in pte_present()
1132 prot = _PAGE_PRESENT_4U | _PAGE_P_4U; in pte_access_permitted()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c2669 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2673 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2682 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init()
2702 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init()
2703 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2705 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2707 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c2686 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2690 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2699 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init()
2719 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init()
2720 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2722 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2724 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()

Completed in 11 milliseconds