Searched defs:pgste (Results 1 – 2 of 2) sorted by relevance
/linux/arch/s390/mm/ |
H A D | pgtable.c | 121 unsigned long pgste = 0; in pgste_get() local 128 static inline void pgste_set(pte_t *ptep, pgste_t pgste) in pgste_set() 135 static inline pgste_t pgste_update_all(pte_t pte, pgste_t pgste, in pgste_update_all() 156 static inline void pgste_set_key(pte_t *ptep, pgste_t pgste, pte_t entry, in pgste_set_key() 178 static inline pgste_t pgste_set_pte(pte_t *ptep, pgste_t pgste, pte_t entry) in pgste_set_pte() 201 static inline pgste_t pgste_pte_notify(struct mm_struct *mm, in pgste_pte_notify() 220 pgste_t pgste = __pgste(0); in ptep_xchg_start() local 231 pgste_t pgste, pte_t old, pte_t new) in ptep_xchg_commit() 253 pgste_t pgste; in ptep_xchg_direct() local 295 pgste_t pgste; in ptep_xchg_lazy() local [all …]
|
/linux/arch/s390/include/asm/ |
H A D | page.h | 81 typedef struct { unsigned long pgste; } pgste_t; member
|