pte_high 124 arch/mips/include/asm/page.h typedef struct { unsigned long pte_low, pte_high; } pte_t; pte_high 125 arch/mips/include/asm/page.h #define pte_val(x) ((x).pte_low | ((unsigned long long)(x).pte_high << 32)) pte_high 158 arch/mips/include/asm/pgtable-32.h #define pte_pfn(x) (((unsigned long)((x).pte_high >> _PFN_SHIFT)) | (unsigned long)((x).pte_low << _PAGE_PRESENT_SHIFT)) pte_high 166 arch/mips/include/asm/pgtable-32.h pte.pte_high = (pfn << _PFN_SHIFT) | pte_high 173 arch/mips/include/asm/pgtable-32.h #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6)) pte_high 179 arch/mips/include/asm/pgtable-32.h pte.pte_high = (pfn << 6) | (pgprot_val(prot) & 0x3f); pte_high 241 arch/mips/include/asm/pgtable-32.h #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_high }) pte_high 250 arch/mips/include/asm/pgtable-32.h #define __pte_to_swp_entry(pte) ((swp_entry_t) { (pte).pte_high }) pte_high 139 arch/mips/include/asm/pgtable.h # define pte_none(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL)) pte_high 141 arch/mips/include/asm/pgtable.h # define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) pte_high 149 arch/mips/include/asm/pgtable.h ptep->pte_high = pte.pte_high; pte_high 154 arch/mips/include/asm/pgtable.h if (pte.pte_high & _PAGE_GLOBAL) { pte_high 166 arch/mips/include/asm/pgtable.h buddy->pte_high |= _PAGE_GLOBAL; pte_high 178 arch/mips/include/asm/pgtable.h if (ptep_buddy(ptep)->pte_high & _PAGE_GLOBAL) pte_high 179 arch/mips/include/asm/pgtable.h null.pte_high = _PAGE_GLOBAL; pte_high 182 arch/mips/include/asm/pgtable.h null.pte_low = null.pte_high = _PAGE_GLOBAL; pte_high 287 arch/mips/include/asm/pgtable.h pte.pte_high &= ~_PAGE_SILENT_WRITE; pte_high 296 arch/mips/include/asm/pgtable.h pte.pte_high &= ~_PAGE_SILENT_WRITE; pte_high 305 arch/mips/include/asm/pgtable.h pte.pte_high &= ~_PAGE_SILENT_READ; pte_high 315 arch/mips/include/asm/pgtable.h pte.pte_high |= _PAGE_SILENT_WRITE; pte_high 326 arch/mips/include/asm/pgtable.h pte.pte_high |= _PAGE_SILENT_WRITE; pte_high 337 arch/mips/include/asm/pgtable.h pte.pte_high |= _PAGE_SILENT_READ; pte_high 451 arch/mips/include/asm/pgtable.h pte.pte_high &= (_PFN_MASK | _CACHE_MASK); pte_high 453 arch/mips/include/asm/pgtable.h pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK); pte_high 460 arch/mips/include/asm/pgtable.h pte.pte_high &= (_PFN_MASK | _CACHE_MASK); pte_high 462 arch/mips/include/asm/pgtable.h pte.pte_high |= pgprot_val(newprot) & ~(_PFN_MASK | _CACHE_MASK); pte_high 102 arch/mips/mm/init.c entrylo = pte_to_entrylo(pte.pte_high); pte_high 104 arch/mips/mm/init.c entrylo = pte.pte_high; pte_high 350 arch/mips/mm/tlb-r4k.c write_c0_entrylo0(pte_to_entrylo(ptep->pte_high)); pte_high 354 arch/mips/mm/tlb-r4k.c write_c0_entrylo1(pte_to_entrylo(ptep->pte_high)); pte_high 358 arch/mips/mm/tlb-r4k.c write_c0_entrylo0(ptep->pte_high); pte_high 360 arch/mips/mm/tlb-r4k.c write_c0_entrylo1(ptep->pte_high); pte_high 1055 arch/mips/mm/tlbex.c pte_off_even += offsetof(pte_t, pte_high); pte_high 1056 arch/mips/mm/tlbex.c pte_off_odd += offsetof(pte_t, pte_high); pte_high 78 arch/sh/include/asm/page.h typedef struct { unsigned long pte_low, pte_high; } pte_t; pte_high 82 arch/sh/include/asm/page.h ((x).pte_low | ((unsigned long long)(x).pte_high << 32)) pte_high 302 arch/sh/include/asm/pgtable_32.h ptep->pte_high = pte.pte_high; pte_high 347 arch/sh/include/asm/pgtable_32.h ((pte).pte_high & (_PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE)) pte_high 398 arch/sh/include/asm/pgtable_32.h pte.pte_high |= pgprot_val(newprot) >> 32; pte_high 430 arch/sh/include/asm/pgtable_32.h &(e), (e).pte_high, (e).pte_low) pte_high 464 arch/sh/include/asm/pgtable_32.h #define __pte_to_swp_entry(pte) ((swp_entry_t){ (pte).pte_high }) pte_high 47 arch/sh/mm/tlb-pteaex.c __raw_writel(pte.pte_high, MMU_PTEA); pte_high 42 arch/sh/mm/tlb-sh4.c __raw_writel(pte.pte_high, MMU_PTEA); pte_high 16 arch/x86/include/asm/pgtable-3level.h __FILE__, __LINE__, &(e), (e).pte_high, (e).pte_low) pte_high 32 arch/x86/include/asm/pgtable-3level.h ptep->pte_high = pte.pte_high; pte_high 119 arch/x86/include/asm/pgtable-3level.h ptep->pte_high = 0; pte_high 17 arch/x86/include/asm/pgtable-3level_types.h unsigned long pte_low, pte_high; pte_high 1784 mm/gup.c pte.pte_high = ptep->pte_high;