Home
last modified time | relevance | path

Searched refs:L_PGD_SWAPPER (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/mm/
H A Didmap.c30 if (pud_none_or_clear_bad(pud) || (pud_val(*pud) & L_PGD_SWAPPER)) { in idmap_add_pmd()
H A Dpgd.c191 if (pgd_val(*pgd) & L_PGD_SWAPPER) in pgd_free()
H A Dkasan_init.c231 __pgd(__pa(tmp_pmd_table) | PMD_TYPE_TABLE | L_PGD_SWAPPER)); in kasan_init()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h110 #define L_PGD_SWAPPER (_AT(pgdval_t, 1) << 55) /* swapper_pg_dir entry */ macro
/openbmc/linux/arch/arm/kernel/
H A Dhead.S212 mov r7, #1 << (55 - 32) @ L_PGD_SWAPPER