Home
last modified time | relevance | path

Searched refs:PTE_GP (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmman.h43 prot |= PTE_GP; in arch_vm_get_page_prot()
Dpgtable-prot.h47 #define PTE_MAYBE_GP (system_supports_bti() ? PTE_GP : 0)
Dpgtable-hwdef.h144 #define PTE_GP (_AT(pteval_t, 1) << 50) /* BTI guarded */ macro
Dpgtable.h742 PTE_PROT_NONE | PTE_VALID | PTE_WRITE | PTE_GP | in pte_modify()
/kernel/linux/linux-5.10/arch/arm64/mm/
Dptdump.c150 .mask = PTE_GP,
151 .val = PTE_GP,
Dmmu.c664 text_prot = __pgprot_modify(text_prot, PTE_GP, PTE_GP); in map_kernel()