Home
last modified time | relevance | path

Searched refs:get_cpu_var (Results 1 – 19 of 19) sorted by relevance

/linux/arch/x86/mm/
H A Dmmio-mod.c107 const struct trap_reason *my_reason = &get_cpu_var(pf_reason); in die_kmmio_nesting_error()
131 struct trap_reason *my_reason = &get_cpu_var(pf_reason); in pre()
132 struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace); in pre()
196 struct trap_reason *my_reason = &get_cpu_var(pf_reason); in post()
197 struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace); in post()
/linux/Documentation/translations/zh_CN/core-api/
H A Dlocal_ops.rst101 在可抢占的上下文中,围绕本地原子操作使用 ``get_cpu_var()`` 和
105 local_inc(&get_cpu_var(counters));
157 * local_inc(&get_cpu_var(counters));
/linux/arch/powerpc/perf/
H A Dhv-gpci.c200 arg = (void *)get_cpu_var(hv_gpci_reqb); in processor_bus_topology_show()
270 arg = (void *)get_cpu_var(hv_gpci_reqb); in processor_config_show()
340 arg = (void *)get_cpu_var(hv_gpci_reqb); in affinity_domain_via_virtual_processor_show()
412 arg = (void *)get_cpu_var(hv_gpci_reqb); in affinity_domain_via_domain_show()
527 arg = (void *)get_cpu_var(hv_gpci_reqb); in affinity_domain_via_partition_show()
697 arg = (void *)get_cpu_var(hv_gpci_reqb); in single_gpci_request()
907 arg = (void *)get_cpu_var(hv_gpci_reqb); in sysinfo_device_attr_create()
1023 arg = (void *)get_cpu_var(hv_gpci_reqb); in hv_gpci_init()
H A Dhv-24x7.c1345 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in single_24x7_request()
1346 result_buffer = (void *)get_cpu_var(hv_24x7_resb); in single_24x7_request()
1477 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in h_24x7_event_read()
1489 h24x7hw = &get_cpu_var(hv_24x7_hw); in h_24x7_event_read()
1538 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in h_24x7_event_start_txn()
1539 result_buffer = (void *)get_cpu_var(hv_24x7_resb); in h_24x7_event_start_txn()
1588 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in h_24x7_event_commit_txn()
1589 result_buffer = (void *)get_cpu_var(hv_24x7_resb); in h_24x7_event_commit_txn()
1595 h24x7hw = &get_cpu_var(hv_24x7_hw); in h_24x7_event_commit_txn()
/linux/kernel/
H A Duser-return-notifier.c41 head = &get_cpu_var(return_notifier_list); in fire_user_return_notifiers()
/linux/Documentation/core-api/
H A Dlocal_ops.rst103 In preemptible context, use ``get_cpu_var()`` and ``put_cpu_var()`` around
107 local_inc(&get_cpu_var(counters));
163 * local_inc(&get_cpu_var(counters));
/linux/arch/powerpc/platforms/powernv/
H A Drng.c89 rng = get_cpu_var(pnv_rng); in pnv_get_random_long()
/linux/security/apparmor/
H A Dcapability.c95 ent = &get_cpu_var(audit_cache); in audit_caps()
/linux/arch/s390/kernel/
H A Dtime.c292 sw_ptr = &get_cpu_var(clock_sync_word); in get_phys_clock()
342 sw_ptr = &get_cpu_var(clock_sync_word); in check_sync_clock()
/linux/net/core/
H A Dnetpoll.c224 struct softnet_data *sd = &get_cpu_var(softnet_data); in netpoll_zap_completion_queue()
/linux/include/linux/
H A Dpercpu-defs.h274 #define get_cpu_var(var) \ macro
/linux/drivers/soc/fsl/qbman/
H A Dbman.c232 return &get_cpu_var(bman_affine_portal); in get_affine_portal()
H A Dqman.c1008 return &get_cpu_var(qman_affine_portal); in get_affine_portal()
/linux/drivers/crypto/caam/
H A Dqi.c443 int *pcpu = &get_cpu_var(last_cpu); in caam_drv_ctx_init()
/linux/mm/
H A Dmemory-failure.c2664 mf_cpu = &get_cpu_var(memory_failure_cpu); in memory_failure_queue()
H A Dslub.c3742 state = &get_cpu_var(slab_rnd_state); in init_slab_obj_iter()
/linux/fs/
H A Dbuffer.c1424 struct bh_lru *b = &get_cpu_var(bh_lrus); in invalidate_bh_lru()
/linux/kernel/bpf/
H A Dcore.c3129 state = &get_cpu_var(bpf_user_rnd_state); in BPF_CALL_0()
/linux/Documentation/kernel-hacking/
H A Dlocking.rst1257 DEFINE_PER_CPU(), get_cpu_var() and