Searched refs:smp_processor_id (Results 1 – 12 of 12) sorted by relevance
36 #define mm_context(mm) (mm->context.tlbpid[smp_processor_id()])55 unsigned long *pmc = &mmu_context_cache[smp_processor_id()]; in allocate_mmu_context()80 cache = mmu_context_cache[smp_processor_id()]; in get_mmu_context()124 int cpu = smp_processor_id(); in switch_mm()
80 idx = type + KM_TYPE_NR * smp_processor_id(); in kmap_atomic()95 enum fixed_addresses idx = type + KM_TYPE_NR * smp_processor_id(); in kunmap_atomic()
170 # define smp_processor_id() debug_smp_processor_id() macro172 # define smp_processor_id() raw_smp_processor_id() macro175 #define get_cpu() ({ preempt_disable(); smp_processor_id(); })
26 __IRQ_STAT(smp_processor_id(), __softirq_pending)
209 buf = chan->buf[smp_processor_id()]; in relay_write()257 struct rchan_buf *buf = chan->buf[smp_processor_id()]; in relay_reserve()
80 napi->poll_owner = smp_processor_id(); in netpoll_poll_lock()
207 ((DESC)->kstat_irqs[smp_processor_id()])209 ((DESC)->kstat_irqs[smp_processor_id()]++)
1637 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_lock_bh()1644 txq->xmit_lock_owner = smp_processor_id(); in __netif_tx_trylock()1672 cpu = smp_processor_id(); in netif_tx_lock()1736 cpu = smp_processor_id(); in netif_tx_disable()
29 #define mmu_context_cache mmu_context_cache_dat[smp_processor_id()]30 #define mm_context(mm) mm->context[smp_processor_id()]125 int cpu = smp_processor_id(); in switch_mm()
48 #define current_cpu_data cpu_data[smp_processor_id()]
37 #define my_cpu_offset per_cpu_offset(smp_processor_id())
95 (per_cpu_ptr((tbl)->stats, smp_processor_id())->field)++; \