Searched refs:read_pda (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpda.h17 #define read_pda(me) (&me) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dcurrent.h11 struct task_struct *t = read_pda(pcurrent);
H A Dhardirq.h14 #define local_softirq_pending() read_pda(__softirq_pending)
H A Dmmu_context.h21 if (read_pda(mmu_state) == TLBSTATE_OK)
51 if (read_pda(active_mm) != next)
H A Dpercpu.h15 #define __my_cpu_offset() read_pda(data_offset)
H A Dsmp.h58 #define raw_smp_processor_id() read_pda(cpunumber)
H A Dtopology.h28 #define numa_node_id() read_pda(nodenumber)
H A Dpda.h106 #define read_pda(field) pda_from_op("mov",field) macro
H A Dthread_info.h63 ti = (void *)(read_pda(kernelstack) + PDA_STACKOFFSET - THREAD_SIZE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmp.c75 if (read_pda(mmu_state) == TLBSTATE_OK)
77 cpu_clear(cpu, read_pda(active_mm)->cpu_vm_mask);
154 if (f->flush_mm == read_pda(active_mm)) {
155 if (read_pda(mmu_state) == TLBSTATE_OK) {
277 if (read_pda(mmu_state) == TLBSTATE_LAZY)
H A Dnmi.c330 sum = read_pda(apic_timer_irqs);
H A Dprocess.c645 prev->userrsp = read_pda(oldrsp);

Completed in 63 milliseconds