Home
last modified time | relevance | path

Searched refs:get_pcpu_id (Results 1 – 25 of 36) sorted by relevance

12

/hypervisor/debug/
A Dprofiling.c43 __func__, get_pcpu_id()); in profiling_initialize_vmsw()
46 __func__, get_pcpu_id()); in profiling_initialize_vmsw()
62 __func__, get_pcpu_id()); in profiling_initialize_pmi()
66 __func__, get_pcpu_id()); in profiling_initialize_pmi()
92 __func__, get_pcpu_id()); in profiling_initialize_pmi()
108 __func__, get_pcpu_id()); in profiling_enable_pmu()
112 __func__, get_pcpu_id()); in profiling_enable_pmu()
168 __func__, get_pcpu_id()); in profiling_enable_pmu()
183 __func__, get_pcpu_id()); in profiling_disable_pmu()
524 get_pcpu_id()); in profiling_handle_msrops()
[all …]
A Dtrace.c65 uint16_t cpu_id = get_pcpu_id(); in TRACE_2L()
79 uint16_t cpu_id = get_pcpu_id(); in TRACE_4I()
95 uint16_t cpu_id = get_pcpu_id(); in TRACE_6C()
117 uint16_t cpu_id = get_pcpu_id(); in TRACE_16STR()
A Dlogmsg.c61 pcpu_id = get_pcpu_id(); in do_logmsg()
A Dnpk_log.c137 uint32_t cpu_id = get_pcpu_id(); in npk_log_write()
/hypervisor/arch/x86/
A Dcpu.c304 ASSERT(get_pcpu_id() == BSP_CPU_ID, ""); in init_pcpu_post()
402 uint16_t pcpu_id = get_pcpu_id(); in start_pcpus()
423 if (get_pcpu_id() != pcpu_id) { in make_pcpu_offline()
450 if (get_pcpu_id() == pcpu_id) { /* avoid offline itself */ in stop_pcpus()
471 uint16_t pcpu_id = get_pcpu_id(); in cpu_do_idle()
498 uint16_t pcpu_id = get_pcpu_id(); in cpu_dead()
578 if (get_pcpu_id() == BSP_CPU_ID) { in init_pcpu_xsave()
634 if (pcpu_id == get_pcpu_id()) { in msr_write_pcpu()
657 if (pcpu_id == get_pcpu_id()) { in msr_read_pcpu()
A Dexception.c13 uint16_t pcpu_id = get_pcpu_id(); in dispatch_exception()
A Dnmi.c15 uint16_t pcpu_id = get_pcpu_id(); in handle_nmi()
A Dnotify.c28 uint16_t pcpu_id = get_pcpu_id(); in kick_notification()
56 if (pcpu_id == get_pcpu_id()) { in smp_call_function()
A Dhw_thermal.c27 if (get_pcpu_id() == BSP_CPU_ID) { in init_hw_thermal()
A Dtsc_deadline_timer.c32 if (get_pcpu_id() == BSP_CPU_ID) { in init_hw_timer()
A Dpm.c170 per_cpu(tsc_suspend, get_pcpu_id()) = rdtsc(); in suspend_tsc()
175 msr_write(MSR_IA32_TIME_STAMP_COUNTER, per_cpu(tsc_suspend, get_pcpu_id())); in resume_tsc()
314 struct acrn_cpufreq_limits *limits = &cpufreq_limits[get_pcpu_id()]; in apply_frequency_policy()
A Dinit.c71 pcpu_id = get_pcpu_id(); in init_pcpu_comm_post()
A Drtcm.c144 bitmap_clear_lock(get_pcpu_id(), &init_sw_sram_cpus_mask); in init_software_sram()
169 bitmap_set_lock(get_pcpu_id(), &init_sw_sram_cpus_mask); in init_software_sram()
/hypervisor/common/
A Dsoftirq.c32 bitmap_set_lock(nr, &per_cpu(softirq_pending, get_pcpu_id())); in fire_softirq()
53 uint16_t cpu_id = get_pcpu_id(); in do_softirq()
A Dhv_main.c79 uint16_t pcpu_id = get_pcpu_id(); in default_idle()
96 uint16_t pcpu_id = get_pcpu_id(); in run_idle_thread()
A Dthermal.c28 uint16_t pcpu_id = get_pcpu_id(); in thermal_init()
A Dschedule.c157 if (get_pcpu_id() != pcpu_id) { in make_reschedule_request()
171 uint16_t pcpu_id = get_pcpu_id(); in schedule()
261 make_reschedule_request(get_pcpu_id()); in yield_current()
A Devent.c41 event->waiting_thread = sched_get_current(get_pcpu_id()); in wait_event()
A Dsched_iorr.c80 uint16_t pcpu_id = get_pcpu_id(); in sched_tick_handler()
134 ASSERT(get_pcpu_id() == ctl->pcpu_id, "Init scheduler on wrong CPU!"); in sched_iorr_init()
A Dtimer.c111 pcpu_id = get_pcpu_id(); in add_timer()
224 uint16_t pcpu_id = get_pcpu_id(); in timer_init()
A Dsched_prio.c21 ASSERT(ctl->pcpu_id == get_pcpu_id(), "Init scheduler on wrong CPU!"); in sched_prio_init()
A Dsched_bvt.c158 uint16_t pcpu_id = get_pcpu_id(); in sched_tick_handler()
185 ASSERT(ctl->pcpu_id == get_pcpu_id(), "Init scheduler on wrong CPU!"); in sched_bvt_init()
/hypervisor/arch/x86/guest/
A Doptee.c71 ree_vcpu = vcpu_from_pid(ree_vm, get_pcpu_id()); in tee_switch_to_ree()
110 pr_fatal("No REE vCPU running on this pCPU%u, \n", get_pcpu_id()); in tee_switch_to_ree()
131 tee_vcpu = vcpu_from_pid(tee_vm, get_pcpu_id()); in ree_switch_to_tee()
144 pr_fatal("No TEE vCPU running on this pCPU%u, \n", get_pcpu_id()); in ree_switch_to_tee()
A Dept.c415 struct acrn_vcpu *vcpu = vcpu_from_pid(vm, get_pcpu_id()); in get_eptp()
473 if (need_reschedule(get_pcpu_id())) { in walk_ept_table()
/hypervisor/include/arch/x86/asm/
A Dper_cpu.h85 #define get_cpu_var(name) per_cpu(name, get_pcpu_id())

Completed in 31 milliseconds

12