Home
last modified time | relevance | path

Searched refs:pte_high (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/include/asm/
H A Dpgtable.h111 # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL))
113 # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL))
121 ptep->pte_high = pte.pte_high;
126 if (pte.pte_high & _PAGE_GLOBAL) {
138 buddy->pte_high |= _PAGE_GLOBAL;
150 if (ptep_buddy(ptep)->pte_high & _PAGE_GLOBAL)
151 null.pte_high = _PAGE_GLOBAL;
154 null.pte_low = null.pte_high = _PAGE_GLOBAL;
300 pte.pte_high &= ~_PAGE_SILENT_WRITE;
309 pte.pte_high &= ~_PAGE_SILENT_WRITE;
[all …]
/linux/arch/x86/include/asm/
H A Dpgtable-3level.h14 __FILE__, __LINE__, &(e), (e).pte_high, (e).pte_low)
38 WRITE_ONCE(ptep->pte_high, pte.pte_high); in native_set_pte()
71 WRITE_ONCE(ptep->pte_high, 0); in native_pte_clear()
/linux/arch/sh/include/asm/
H A Dpgtable_32.h302 ptep->pte_high = pte.pte_high; in set_pte()
346 ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
389 pte.pte_high |= pgprot_val(newprot) >> 32; in pte_modify()
406 &(e), (e).pte_high, (e).pte_low)
449 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high })
H A Dpage.h63 typedef struct { unsigned long pte_low, pte_high; } pte_t; member
67 ((x).pte_low | ((unsigned long long)(x).pte_high << 32))
/linux/arch/mips/mm/
H A Dtlb-r4k.c358 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
362 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high)); in __update_tlb()
366 write_c0_entrylo0(ptep->pte_high); in __update_tlb()
368 write_c0_entrylo1(ptep->pte_high); in __update_tlb()
H A Dinit.c94 entrylo = pte_to_entrylo(pte.pte_high); in __kmap_pgprot()
96 entrylo = pte.pte_high; in __kmap_pgprot()
H A Dtlbex.c998 pte_off_even += offsetof(pte_t, pte_high); in build_update_entries()
999 pte_off_odd += offsetof(pte_t, pte_high); in build_update_entries()
/linux/arch/sh/mm/
H A Dtlb-sh4.c42 __raw_writel(pte.pte_high, MMU_PTEA); in __update_tlb()
H A Dtlb-pteaex.c47 __raw_writel(pte.pte_high, MMU_PTEA); in __update_tlb()
/linux/include/linux/
H A Dpgtable.h595 pte.pte_high = ptep->pte_high; in ptep_get_lockless()