Home
last modified time | relevance | path

Searched defs:pgste (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/mm/
Dpgtable.c145 static inline void pgste_set_unlock(pte_t *ptep, pgste_t pgste) in pgste_set_unlock()
159 unsigned long pgste = 0; in pgste_get() local
166 static inline void pgste_set(pte_t *ptep, pgste_t pgste) in pgste_set()
173 static inline pgste_t pgste_update_all(pte_t pte, pgste_t pgste, in pgste_update_all()
194 static inline void pgste_set_key(pte_t *ptep, pgste_t pgste, pte_t entry, in pgste_set_key()
216 static inline pgste_t pgste_set_pte(pte_t *ptep, pgste_t pgste, pte_t entry) in pgste_set_pte()
239 static inline pgste_t pgste_pte_notify(struct mm_struct *mm, in pgste_pte_notify()
258 pgste_t pgste = __pgste(0); in ptep_xchg_start() local
269 pgste_t pgste, pte_t old, pte_t new) in ptep_xchg_commit()
291 pgste_t pgste; in ptep_xchg_direct() local
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpage.h80 typedef struct { unsigned long pgste; } pgste_t; member