Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/mm/
A Dmmap.c86 prot |= PTE_GP; in vm_get_page_prot()
A Dptdump.c146 .mask = PTE_GP,
147 .val = PTE_GP,
A Dmmu.c721 text_prot = __pgprot_modify(text_prot, PTE_GP, PTE_GP); in map_kernel()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable-prot.h48 #define PTE_MAYBE_GP (system_supports_bti() ? PTE_GP : 0)
A Dpgtable-hwdef.h152 #define PTE_GP (_AT(pteval_t, 1) << 50) /* BTI guarded */ macro
A Dpgtable.h822 PTE_PROT_NONE | PTE_VALID | PTE_WRITE | PTE_GP | in pte_modify()
/linux-6.3-rc2/arch/arm64/kernel/
A Defi.c117 pte = set_pte_bit(pte, __pgprot(PTE_GP)); in set_permissions()

Completed in 17 milliseconds