| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | mmio-mod.c | 109 const struct trap_reason *my_reason = &get_cpu_var(pf_reason); in die_kmmio_nesting_error() 133 struct trap_reason *my_reason = &get_cpu_var(pf_reason); in pre() 134 struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace); in pre() 198 struct trap_reason *my_reason = &get_cpu_var(pf_reason); in post() 199 struct mmiotrace_rw *my_trace = &get_cpu_var(cpu_trace); in post()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | rng.c | 36 rng = get_cpu_var(powernv_rng); in powernv_hwrng_present() 110 rng = get_cpu_var(powernv_rng); in powernv_get_random_long()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/perf/ |
| H A D | hv-24x7.c | 1359 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in single_24x7_request() 1360 result_buffer = (void *)get_cpu_var(hv_24x7_resb); in single_24x7_request() 1491 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in h_24x7_event_read() 1503 h24x7hw = &get_cpu_var(hv_24x7_hw); in h_24x7_event_read() 1552 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in h_24x7_event_start_txn() 1553 result_buffer = (void *)get_cpu_var(hv_24x7_resb); in h_24x7_event_start_txn() 1602 request_buffer = (void *)get_cpu_var(hv_24x7_reqb); in h_24x7_event_commit_txn() 1603 result_buffer = (void *)get_cpu_var(hv_24x7_resb); in h_24x7_event_commit_txn() 1609 h24x7hw = &get_cpu_var(hv_24x7_hw); in h_24x7_event_commit_txn()
|
| H A D | core-fsl-emb.c | 285 cpuhw = &get_cpu_var(cpu_hw_events); in fsl_emb_pmu_add() 348 cpuhw = &get_cpu_var(cpu_hw_events); in fsl_emb_pmu_del()
|
| H A D | hv-gpci.c | 157 arg = (void *)get_cpu_var(hv_gpci_reqb); in single_gpci_request()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s64/ |
| H A D | hash_tlb.c | 44 struct ppc64_tlb_batch *batch = &get_cpu_var(ppc64_tlb_batch); in hpte_need_flush() 160 struct ppc64_tlb_batch *tlbbatch = &get_cpu_var(ppc64_tlb_batch); in hash__tlb_flush()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | user-return-notifier.c | 41 head = &get_cpu_var(return_notifier_list); in fire_user_return_notifiers()
|
| /OK3568_Linux_fs/kernel/arch/sparc/mm/ |
| H A D | tlb.c | 24 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in flush_tlb_pending() 71 struct tlb_batch *tb = &get_cpu_var(tlb_batch); in tlb_batch_add_one()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | local_ops.rst | 103 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));
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | capability.c | 89 ent = &get_cpu_var(audit_cache); in audit_caps()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | perf_cpum_cf.c | 43 cpuhw = &get_cpu_var(cpu_cf_events); in validate_ctr_version() 101 cpuhw = &get_cpu_var(cpu_cf_events); in validate_ctr_auth()
|
| H A D | time.c | 318 sw_ptr = &get_cpu_var(clock_sync_word); in get_phys_clock() 368 sw_ptr = &get_cpu_var(clock_sync_word); in check_sync_clock()
|
| H A D | perf_cpum_cf_diag.c | 218 cpuhw = &get_cpu_var(cpu_cf_events); in __hw_perf_event_init()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | pcpubuf.c | 24 struct erofs_pcpubuf *pcb = &get_cpu_var(erofs_pcb); in erofs_get_pcpubuf()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | percpu-defs.h | 275 #define get_cpu_var(var) \ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/xen/ |
| H A D | time.c | 74 vcpu_time = &get_cpu_var(xen_vcpu)->time; in xen_read_wallclock()
|
| /OK3568_Linux_fs/kernel/arch/x86/oprofile/ |
| H A D | nmi_int.c | 513 msrs = &get_cpu_var(cpu_msrs); in nmi_shutdown()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | hugetlbpage.c | 273 batchp = &get_cpu_var(hugepd_freelist_cur); in hugepd_free()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | qi.c | 436 int *pcpu = &get_cpu_var(last_cpu); in caam_drv_ctx_init()
|
| /OK3568_Linux_fs/kernel/drivers/soc/fsl/qbman/ |
| H A D | bman.c | 232 return &get_cpu_var(bman_affine_portal); in get_affine_portal()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | netpoll.c | 246 struct softnet_data *sd = &get_cpu_var(softnet_data); in zap_completion_queue()
|
| /OK3568_Linux_fs/kernel/fs/fscache/ |
| H A D | object.c | 819 &get_cpu_var(fscache_object_cong_wait); in fscache_enqueue_object()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | zswap.c | 1077 dst = get_cpu_var(zswap_dstmem); in zswap_frontswap_store()
|
| H A D | vmalloc.c | 1589 vbq = &get_cpu_var(vmap_block_queue); in new_vmap_block() 1672 vbq = &get_cpu_var(vmap_block_queue); in vb_alloc()
|
| H A D | memory-failure.c | 1531 mf_cpu = &get_cpu_var(memory_failure_cpu); in memory_failure_queue()
|