Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/arm/asm/
H A Dpgtable.h97 static inline pte_t *pte_alloc_one(void) in pte_alloc_one() function
107 pmd_val(entry) = pgtable_pa(pte_alloc_one()) | PMD_TYPE_TABLE; in pte_alloc()
/kvm-unit-tests/lib/ppc64/asm/
H A Dpgtable.h108 static inline pte_t *pte_alloc_one(void) in pte_alloc_one() function
119 …pmd_val(entry) = cpu_to_be64(pgtable_pa(pte_alloc_one()) | _PAGE_VALID | (21 - PAGE_SHIFT) /* 4k/2… in pte_alloc()
/kvm-unit-tests/lib/arm64/asm/
H A Dpgtable.h132 static inline pte_t *pte_alloc_one(void) in pte_alloc_one() function
142 pmd_val(entry) = pgtable_pa(pte_alloc_one()) | PMD_TYPE_TABLE; in pte_alloc()
/kvm-unit-tests/lib/s390x/asm/
H A Dpgtable.h194 static inline pte_t *pte_alloc_one(void) in pte_alloc_one() function
207 pte_t *pte = pte_alloc_one(); in pte_alloc()