Searched refs:pgste (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/mm/ |
| A D | pgtable.c | 181 return pgste; in pgste_update_all() 227 return pgste; in pgste_set_pte() 253 pgste = pgste_pte_notify(mm, addr, ptep, pgste); in ptep_xchg_start() 266 pgste = pgste_update_all(old, pgste, mm); in ptep_xchg_commit() 271 pgste = pgste_set_pte(ptep, pgste, new); in ptep_xchg_commit() 351 pgste = pgste_update_all(old, pgste, mm); in ptep_modify_prot_start() 368 pgste = pgste_set_pte(ptep, pgste, pte); in ptep_modify_prot_commit() 616 pgste = pgste_set_pte(ptep, pgste, entry); in ptep_set_pte_at() 664 pgste = pgste_update_all(entry, pgste, mm); in ptep_force_prot() 673 pgste = pgste_set_pte(ptep, pgste, entry); in ptep_force_prot() [all …]
|
| /linux/arch/s390/include/asm/ |
| A D | page.h | 84 typedef struct { unsigned long pgste; } pgste_t; member 93 #define pgste_val(x) ((x).pgste)
|
| /linux/tools/testing/selftests/kvm/ |
| A D | Makefile | 277 pgste-option = $(call try-run, echo 'int main(void) { return 0; }' | \ 278 $(CC) -Werror -Wl$(comma)--s390-pgste -x c - -o "$$TMP",-Wl$(comma)--s390-pgste) 281 LDFLAGS += -pthread $(no-pie-option) $(pgste-option)
|
Completed in 11 milliseconds