Home
last modified time | relevance | path

Searched defs:__pte (Results 26 – 32 of 32) sorted by relevance

12

/Linux-v6.6/arch/riscv/include/asm/
Dpage.h82 #define __pte(x) ((pte_t) { (x) }) macro
/Linux-v6.6/arch/um/include/asm/
Dpage.h87 #define __pte(x) ((pte_t) { (x) } ) macro
/Linux-v6.6/arch/s390/include/asm/
Dpage.h121 #define __pte(x) ((pte_t) { (x) } ) macro
Dpgtable.h1353 pte_t __pte; in mk_pte_phys() local
1364 pte_t __pte = mk_pte_phys(physpage, pgprot); in mk_pte() local
/Linux-v6.6/include/linux/
Dmmu_notifier.h587 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument
/Linux-v6.6/arch/x86/include/asm/
Dparavirt.h390 static inline pte_t __pte(pteval_t val) in __pte() function
Dpgtable.h119 #define __pte(x) native_make_pte(x) macro

12