Home
last modified time | relevance | path

Searched refs:PTE_STRIDE (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dtlb.h32 PTE_STRIDE = 0, enumerator
127 enum addr_stride str = stride ? PMD_STRIDE : PTE_STRIDE; in invlpgb_flush_user_nr_nosync()
156 __invlpgb(0, 0, addr, nr, PTE_STRIDE, INVLPGB_FLAG_INCLUDE_GLOBAL); in invlpgb_flush_addr_nosync()
/linux-6.15/arch/x86/kernel/
H A Despfix_64.c88 #define PTE_STRIDE (65536/PAGE_SIZE) macro
89 #define ESPFIX_PTE_CLONES (PTRS_PER_PTE/PTE_STRIDE)
194 set_pte(&pte_p[n*PTE_STRIDE], pte); in init_espfix_ap()