Searched refs:pte_high (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/mips/include/asm/ |
| H A D | pgtable.h | 111 # 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 D | pgtable-3level.h | 14 __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 D | pgtable_32.h | 302 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 D | page.h | 63 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 D | tlb-r4k.c | 358 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 D | init.c | 94 entrylo = pte_to_entrylo(pte.pte_high); in __kmap_pgprot() 96 entrylo = pte.pte_high; in __kmap_pgprot()
|
| H A D | tlbex.c | 998 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 D | tlb-sh4.c | 42 __raw_writel(pte.pte_high, MMU_PTEA); in __update_tlb()
|
| H A D | tlb-pteaex.c | 47 __raw_writel(pte.pte_high, MMU_PTEA); in __update_tlb()
|
| /linux/include/linux/ |
| H A D | pgtable.h | 595 pte.pte_high = ptep->pte_high; in ptep_get_lockless()
|