read_pda 88 arch/x86/kernel/nmi.c return read_pda(apic_timer_irqs) + read_pda(irq0_irqs); read_pda 635 arch/x86/kernel/process_64.c prev->usersp = read_pda(oldrsp); read_pda 65 arch/x86/kernel/tlb_64.c if (read_pda(mmu_state) == TLBSTATE_OK) read_pda 67 arch/x86/kernel/tlb_64.c cpu_clear(cpu, read_pda(active_mm)->cpu_vm_mask); read_pda 145 arch/x86/kernel/tlb_64.c if (f->flush_mm == read_pda(active_mm)) { read_pda 146 arch/x86/kernel/tlb_64.c if (read_pda(mmu_state) == TLBSTATE_OK) { read_pda 272 arch/x86/kernel/tlb_64.c if (read_pda(mmu_state) == TLBSTATE_LAZY) read_pda 1043 arch/x86/xen/mmu.c active_mm = read_pda(active_mm); read_pda 25 include/asm-x86/current.h return read_pda(pcurrent); read_pda 14 include/asm-x86/hardirq_64.h #define local_softirq_pending() read_pda(__softirq_pending) read_pda 9 include/asm-x86/mmu_context_64.h if (read_pda(mmu_state) == TLBSTATE_OK) read_pda 34 include/asm-x86/mmu_context_64.h if (read_pda(active_mm) != next) read_pda 16 include/asm-x86/percpu.h #define __my_cpu_offset read_pda(data_offset) read_pda 172 include/asm-x86/smp.h #define raw_smp_processor_id() read_pda(cpunumber) read_pda 208 include/asm-x86/thread_info.h ti = (void *)(read_pda(kernelstack) + PDA_STACKOFFSET - THREAD_SIZE); read_pda 80 include/asm-x86/topology.h #define numa_node_id() read_pda(nodenumber)