Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtlbflush.h60 #define TLB_NR_DYN_ASIDS 6 macro
152 struct tlb_context ctxs[TLB_NR_DYN_ASIDS];
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dtlb.c112 BUILD_BUG_ON(TLB_NR_DYN_ASIDS >= (1 << X86_CR3_PTI_PCID_USER_BIT)); in kern_pcid()
189 for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) { in clear_asid_other()
219 for (asid = 0; asid < TLB_NR_DYN_ASIDS; asid++) { in choose_new_asid()
235 if (*new_asid >= TLB_NR_DYN_ASIDS) { in choose_new_asid()
645 for (i = 1; i < TLB_NR_DYN_ASIDS; i++) in initialize_tlbstate_and_flush()