Home
last modified time | relevance | path

Searched refs:pte_basic_t (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h236 static int number_of_cells_per_pte(pmd_t *pmd, pte_basic_t val, int huge) in number_of_cells_per_pte()
248 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, in pte_update()
251 pte_basic_t *entry = (pte_basic_t *)p; in pte_update()
252 pte_basic_t old = pte_val(*p); in pte_update()
253 pte_basic_t new = (old & ~(pte_basic_t)clr) | set; in pte_update()
275 pte_basic_t val = READ_ONCE(ptep->pte); in ptep_get()
283 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, in pte_update()
286 pte_basic_t old = pte_val(*p); in pte_update()
287 pte_basic_t new = (old & ~(pte_basic_t)clr) | set; in pte_update()
H A Dpte-8xx.h146 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p,
179 pte_basic_t val = pte_val(pte); in pte_leaf_size()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable-types.h11 typedef struct { pte_basic_t pte, pte1, pte2, pte3; } pte_t;
13 typedef struct { pte_basic_t pte; } pte_t;
15 typedef pte_basic_t pte_t;
21 static inline pte_basic_t pte_val(pte_t x) in pte_val()
27 static inline pte_basic_t pte_val(pte_t x) in pte_val()
H A Dpage_32.h28 typedef unsigned long long pte_basic_t; typedef
30 typedef unsigned long pte_basic_t; typedef
H A Dpage_64.h41 typedef unsigned long pte_basic_t; typedef
/openbmc/linux/arch/powerpc/mm/kasan/
H A D8xx.c16 pte_basic_t *new; in kasan_init_shadow_8M()
23 new = memblock_alloc(sizeof(pte_basic_t), SZ_4K); in kasan_init_shadow_8M()
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h280 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p, in pte_update()
283 pte_basic_t old; in pte_update()
311 *p = __pte((old & ~(pte_basic_t)clr) | set); in pte_update()
461 return __pte(((pte_basic_t)(pfn) << PTE_RPN_SHIFT) | in pfn_pte()
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable.c307 pte_basic_t val; in set_huge_pte_at()
308 pte_basic_t *entry = (pte_basic_t *)ptep; in set_huge_pte_at()
H A Dpageattr.c18 static pte_basic_t pte_update_delta(pte_t *ptep, unsigned long addr, in pte_update_delta()
H A Dhugetlbpage.c33 #define PTE_T_ORDER (__builtin_ffs(sizeof(pte_basic_t)) - \
/openbmc/linux/arch/microblaze/include/asm/
H A Dpage.h45 typedef unsigned long pte_basic_t; typedef
H A Dpgtable.h238 __pte(((pte_basic_t)(pfn) << PFN_PTE_SHIFT) | pgprot_val(prot))
/openbmc/linux/arch/powerpc/mm/nohash/
H A D8xx.c52 pte_t *ptep = memblock_alloc(sizeof(pte_basic_t), SZ_4K); in early_hugepd_alloc_kernel()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h104 return __pte(((pte_basic_t)(pfn) << PTE_RPN_SHIFT) | in pfn_pte()
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h570 return __pte(((pte_basic_t)pfn << PAGE_SHIFT) | pgprot_val(pgprot) | _PAGE_PTE); in pfn_pte()