Searched refs:pgdval (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| H A D | pgalloc.h | 82 pgdval_t pgdval = PGD_TYPE_TABLE | PGD_TABLE_AF; in pgd_populate() local 84 pgdval |= (mm == &init_mm) ? PGD_TABLE_UXN : PGD_TABLE_PXN; in pgd_populate() 85 __pgd_populate(pgdp, __pa(p4dp), pgdval); in pgd_populate()
|
| /linux/include/asm-generic/ |
| H A D | pgtable-nop4d.h | 33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval }) argument
|
| /linux/arch/x86/include/asm/ |
| H A D | paravirt.h | 451 #define set_pgd(pgdp, pgdval) do { \ argument 453 __set_pgd(pgdp, pgdval); \ 455 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \
|
| H A D | paravirt_types.h | 174 void (*set_pgd)(pgd_t *pgdp, pgd_t pgdval);
|
| /linux/arch/loongarch/mm/ |
| H A D | kasan_init.c | 251 static inline void kasan_set_pgd(pgd_t *pgdp, pgd_t pgdval) in kasan_set_pgd() argument 253 WRITE_ONCE(*pgdp, pgdval); in kasan_set_pgd()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 427 pgdval_t pgdval = PGD_TYPE_TABLE | PGD_TABLE_UXN | PGD_TABLE_AF; in alloc_init_p4d() local 431 pgdval |= PGD_TABLE_PXN; in alloc_init_p4d() 439 __pgd_populate(pgdp, p4d_phys, pgdval); in alloc_init_p4d()
|