Searched refs:pte_high (Results 1 – 9 of 9) sorted by relevance
| /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 | 716 pte.pte_high = ptep->pte_high; in ptep_get_lockless()
|