Searched refs:pgdval (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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-6.15/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-6.15/arch/x86/include/asm/ |
| H A D | paravirt.h | 498 #define set_pgd(pgdp, pgdval) do { \ argument 500 __set_pgd(pgdp, pgdval); \ 502 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \
|
| H A D | paravirt_types.h | 196 void (*set_pgd)(pgd_t *pgdp, pgd_t pgdval);
|
| /linux-6.15/arch/loongarch/mm/ |
| H A D | kasan_init.c | 249 static inline void kasan_set_pgd(pgd_t *pgdp, pgd_t pgdval) in kasan_set_pgd() argument 251 WRITE_ONCE(*pgdp, pgdval); in kasan_set_pgd()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | mmu.c | 394 pgdval_t pgdval = PGD_TYPE_TABLE | PGD_TABLE_UXN | PGD_TABLE_AF; in alloc_init_p4d() local 398 pgdval |= PGD_TABLE_PXN; in alloc_init_p4d() 404 __pgd_populate(pgdp, p4d_phys, pgdval); in alloc_init_p4d()
|