Home
last modified time | relevance | path

Searched refs:smp_processor_id (Results 1 – 20 of 20) sorted by relevance

/external/kernel-headers/original/linux/
Dsmp.h119 # define smp_processor_id() debug_smp_processor_id() macro
121 # define smp_processor_id() raw_smp_processor_id() macro
124 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
Drelay.h198 buf = chan->buf[smp_processor_id()]; in relay_write()
246 struct rchan_buf *buf = chan->buf[smp_processor_id()]; in relay_reserve()
Dirq_cpustat.h26 __IRQ_STAT(smp_processor_id(), __softirq_pending)
Dperf_event.h1073 (void *)(unsigned long)smp_processor_id()); \
1075 (void *)(unsigned long)smp_processor_id()); \
1077 (void *)(unsigned long)smp_processor_id()); \
Dnetdevice.h919 dev->xmit_lock_owner = smp_processor_id(); in netif_tx_lock()
925 dev->xmit_lock_owner = smp_processor_id(); in netif_tx_lock_bh()
932 dev->xmit_lock_owner = smp_processor_id(); in netif_tx_trylock()
Dgenhd.h148 (per_cpu_ptr(gendiskp->dkstats, smp_processor_id())->field += addnd)
/external/kernel-headers/original/asm-mips/
Dcpu-info.h75 #define current_cpu_data cpu_data[smp_processor_id()]
82 #define cpu_name_string() __cpu_name[smp_processor_id()]
Dirq.h68 if (!cpu_isset(smp_processor_id(), irq_desc[irq].affinity)) { \
/external/kernel-headers/original/asm-x86/
Dmc146818rtc_32.h45 new = ((smp_processor_id()+1) << 8) | reg; in lock_cmos()
62 return (cmos_lock >> 8) == (smp_processor_id()+1); in do_i_have_lock_cmos()
Ddesc_32.h93 unsigned cpu = smp_processor_id(); in native_set_ldt()
Dprocessor_32.h109 #define current_cpu_data cpu_data(smp_processor_id())
/external/kernel-headers/original/asm-arm/
Dcacheflush.h266 if (cpu_isset(smp_processor_id(), mm->cpu_vm_mask)) in flush_cache_mm()
273 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) in flush_cache_range()
281 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { in flush_cache_page()
292 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { in flush_ptrace_access()
Dtlbflush.h271 if (cpu_isset(smp_processor_id(), mm->cpu_vm_mask)) { in local_flush_tlb_mm()
301 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) { in local_flush_tlb_page()
/external/oprofile/module/
Dcompat22.h79 #define op_cpu_id() cpu_number_map[smp_processor_id()]
81 #define op_cpu_id() smp_processor_id()
Dcompat24.h30 #define op_cpu_id() cpu_number_map(smp_processor_id())
/external/kernel-headers/original/asm-generic/
Dpercpu.h18 #define __get_cpu_var(var) per_cpu(var, smp_processor_id())
/external/oprofile/module/x86/
Dcpu_type.c61 ptr[smp_processor_id()] = (unsigned char) ((ebx & 0xff000000) >> 24); in do_cpu_id()
Dop_model_p4.c390 cpu = smp_processor_id(); in get_stagger()
/external/linux-tools-perf/util/include/linux/added/
Dperf_event.h1210 (void *)(unsigned long)smp_processor_id()); \
1212 (void *)(unsigned long)smp_processor_id()); \
1214 (void *)(unsigned long)smp_processor_id()); \
/external/kernel-headers/original/asm-mips/sn/
Daddrs.h142 #define UALIAS_FLIP_ADDR(_x) (cputoslice(smp_processor_id()) ? \