Searched refs:pte_basic_t (Results 1 - 14 of 14) sorted by relevance

/linux-master/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)
27 static inline pte_basic_t pte_val(pte_t x)
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
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h123 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p,
156 pte_basic_t val = pte_val(pte);
176 static inline int number_of_cells_per_pte(pmd_t *pmd, pte_basic_t val, int huge)
188 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p,
191 pte_basic_t *entry = (pte_basic_t *)p;
192 pte_basic_t old = pte_val(*p);
193 pte_basic_t new = (old & ~(pte_basic_t)clr) | set;
217 pte_basic_t va
[all...]
/linux-master/arch/powerpc/mm/kasan/
H A D8xx.c16 pte_basic_t *new;
23 new = memblock_alloc(sizeof(pte_basic_t), SZ_4K);
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h6 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p,
50 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p,
53 pte_basic_t old = pte_val(*p);
54 pte_basic_t new = (old & ~(pte_basic_t)clr) | set;
223 return __pte(((pte_basic_t)(pfn) << PTE_RPN_SHIFT) |
/linux-master/arch/powerpc/mm/
H A Dpageattr.c19 static pte_basic_t pte_update_delta(pte_t *ptep, unsigned long addr,
H A Dpgtable.c304 pte_basic_t val;
305 pte_basic_t *entry = (pte_basic_t *)ptep;
H A Dhugetlbpage.c33 #define PTE_T_ORDER (__builtin_ffs(sizeof(pte_basic_t)) - \
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h258 static inline pte_basic_t pte_update(struct mm_struct *mm, unsigned long addr, pte_t *p,
261 pte_basic_t old;
289 *p = __pte((old & ~(pte_basic_t)clr) | set);
447 return __pte(((pte_basic_t)(pfn) << PTE_RPN_SHIFT) |
/linux-master/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))
/linux-master/arch/powerpc/mm/nohash/
H A D8xx.c54 pte_t *ptep = memblock_alloc(sizeof(pte_basic_t), SZ_4K);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h553 return __pte(((pte_basic_t)pfn << PAGE_SHIFT) | pgprot_val(pgprot) | _PAGE_PTE);

Completed in 257 milliseconds