TLBSTATE_LAZY     235 arch/x86/kernel/tlb_32.c 	if (per_cpu(cpu_tlbstate, cpu).state == TLBSTATE_LAZY)
TLBSTATE_LAZY     272 arch/x86/kernel/tlb_64.c 	if (read_pda(mmu_state) == TLBSTATE_LAZY)
TLBSTATE_LAZY    1065 arch/x86/mach-voyager/voyager_smp.c 	if (per_cpu(cpu_tlbstate, cpu).state == TLBSTATE_LAZY)
TLBSTATE_LAZY       9 include/asm-x86/mmu_context_32.h 		per_cpu(cpu_tlbstate, cpu).state = TLBSTATE_LAZY;
TLBSTATE_LAZY      10 include/asm-x86/mmu_context_64.h 		write_pda(mmu_state, TLBSTATE_LAZY);