Searched refs:pgdval (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/include/asm/ |
| A D | pgalloc.h | 82 pgdval_t pgdval = PGD_TYPE_TABLE; 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/ |
| A D | pgtable-nop4d.h | 33 #define set_pgd(pgdptr, pgdval) set_p4d((p4d_t *)(pgdptr), (p4d_t) { pgdval }) argument
|
| /linux/arch/loongarch/mm/ |
| 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/arch/x86/include/asm/ |
| A D | paravirt.h | 510 #define set_pgd(pgdp, pgdval) do { \ argument 512 __set_pgd(pgdp, pgdval); \ 514 set_p4d((p4d_t *)(pgdp), (p4d_t) { (pgdval).pgd }); \
|
| A D | paravirt_types.h | 201 void (*set_pgd)(pgd_t *pgdp, pgd_t pgdval);
|
| /linux/arch/arm64/mm/ |
| A D | mmu.c | 394 pgdval_t pgdval = PGD_TYPE_TABLE | PGD_TABLE_UXN; 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()
|
Completed in 18 milliseconds