Searched refs:pte_high (Results 1 - 17 of 17) sorted by relevance

/arch/x86/include/asm/
H A Dpgtable-3level.h13 __FILE__, __LINE__, &(e), (e).pte_high, (e).pte_low)
29 ptep->pte_high = pte.pte_high;
113 ptep->pte_high = 0;
147 res.pte_high = ptep->pte_high;
148 ptep->pte_high = 0;
186 #define pte_to_pgoff(pte) ((pte).pte_high)
188 ((pte_t) { { .pte_low = _PAGE_FILE, .pte_high = (off) } })
196 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high })
[all...]
H A Dpgtable-3level_types.h15 unsigned long pte_low, pte_high; member in struct:__anon3136::__anon3137
/arch/um/include/asm/
H A Dpage.h36 typedef struct { unsigned long pte_low, pte_high; } pte_t; member in struct:__anon2997
39 #define pte_val(x) ((x).pte_low | ((unsigned long long) (x).pte_high << 32))
44 #define pte_copy(to, from) ({ (to).pte_high = (from).pte_high; \
47 #define pte_is_zero(pte) (!((pte).pte_low & ~_PAGE_NEWPAGE) && !(pte).pte_high)
49 ({ (pte).pte_high = (phys) >> 32; \
H A Dpgtable-3level.h129 #define pte_to_pgoff(pte) ((pte).pte_high)
/arch/mips/include/asm/
H A Dpgtable.h130 #define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL))
135 ptep->pte_high = pte.pte_high;
147 buddy->pte_high |= _PAGE_GLOBAL;
158 null.pte_low = null.pte_high = _PAGE_GLOBAL;
239 pte.pte_high &= ~_PAGE_SILENT_WRITE;
246 pte.pte_high &= ~_PAGE_SILENT_WRITE;
253 pte.pte_high &= ~_PAGE_SILENT_READ;
262 pte.pte_high |= _PAGE_SILENT_WRITE;
272 pte.pte_high |
[all...]
H A Dpgtable-32.h108 #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6))
113 pte.pte_high = (pfn << 6) | (pgprot_val(prot) & 0x3f);
194 * Bits 0 and 1 of pte_high are taken, use the rest for the page offset...
198 #define pte_to_pgoff(_pte) ((_pte).pte_high >> 2)
220 #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_high })
H A Dpage.h121 typedef struct { unsigned long pte_low, pte_high; } pte_t; member in struct:__anon2113
122 #define pte_val(x) ((x).pte_low | ((unsigned long long)(x).pte_high << 32))
/arch/sh/mm/
H A Dtlb-pteaex.c47 __raw_writel(pte.pte_high, MMU_PTEA);
H A Dtlb-sh4.c43 __raw_writel(pte.pte_high, MMU_PTEA);
H A Dgup.c33 * ptep->pte_high = h;
40 * ptep->pte_high = 0;
42 * We must ensure here that the load of pte_low sees l iff pte_high
43 * sees h. We load pte_high *after* loading pte_low, which ensures we
44 * don't see an older value of pte_high. *Then* we recheck pte_low,
46 * have got rubbish values from pte_low and pte_high, but we are
60 pte.pte_high = ptep->pte_high;
/arch/sh/include/asm/
H A Dpgtable_32.h305 ptep->pte_high = pte.pte_high;
351 ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE))
402 pte.pte_high |= pgprot_val(newprot) >> 32;
434 &(e), (e).pte_high, (e).pte_low)
471 #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high })
477 #define pte_to_pgoff(pte) ((pte).pte_high)
H A Dpage.h76 typedef struct { unsigned long pte_low, pte_high; } pte_t; member in struct:__anon2640
80 ((x).pte_low | ((unsigned long long)(x).pte_high << 32))
/arch/mips/mm/
H A Dgup.c26 pte.pte_high = ptep->pte_high;
H A Dtlb-r4k.c336 write_c0_entrylo0(ptep->pte_high);
338 write_c0_entrylo1(ptep->pte_high);
H A Dinit.c99 entrylo = pte.pte_high;
/arch/x86/mm/
H A Dgup.c30 * ptep->pte_high = h;
37 * ptep->pte_high = 0;
39 * We must ensure here that the load of pte_low sees l iff pte_high
40 * sees h. We load pte_high *after* loading pte_low, which ensures we
41 * don't see an older value of pte_high. *Then* we recheck pte_low,
43 * have got rubbish values from pte_low and pte_high, but we are
57 pte.pte_high = ptep->pte_high;
/arch/x86/lguest/
H A Dboot.c673 ptep->pte_low, ptep->pte_high);

Completed in 184 milliseconds