Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/pi/
H A Dmap_kernel.c74 text_prot = __pgprot_modify(text_prot, PTE_GP, PTE_GP); in map_kernel()
/linux/arch/arm64/mm/
H A Dmmap.c105 prot |= PTE_GP; in vm_get_page_prot()
H A Dptdump.c93 .mask = PTE_GP,
94 .val = PTE_GP,
/linux/arch/arm64/kernel/
H A Defi.c125 pte = set_pte_bit(pte, __pgprot(PTE_GP)); in set_permissions()
/linux/arch/arm64/include/asm/
H A Dpgtable-prot.h104 #define PTE_MAYBE_GP (system_supports_bti_kernel() ? PTE_GP : 0)
H A Dpgtable-hwdef.h172 #define PTE_GP (_AT(pteval_t, 1) << 50) /* BTI guarded */ macro
H A Dpgtable.h1229 PTE_GP | PTE_ATTRINDX_MASK | PTE_PO_IDX_MASK; in pte_modify()