Home
last modified time | relevance | path

Searched refs:pmd_high (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable-3level.h78 WRITE_ONCE(pmdp->pmd_high, 0); in native_pmd_clear()
138 old.pmd_high = READ_ONCE(pmdp->pmd_high); in pmdp_establish()
139 WRITE_ONCE(pmdp->pmd_high, pmd.pmd_high); in pmdp_establish()
H A Dpgtable-3level_types.h24 unsigned long pmd_low, pmd_high; member
/openbmc/linux/arch/sh/include/asm/
H A Dpgtable-3level.h34 unsigned long pmd_high; member
/openbmc/linux/include/linux/
H A Dpgtable.h466 pmd.pmd_high = pmdp->pmd_high; in pmdp_get_lockless()