Home
last modified time | relevance | path

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

/hypervisor/arch/x86/
A Dgdt.c35 struct host_gdt *gdt = &get_cpu_var(gdt); in load_gdtr_and_tr()
37 struct tss_64 *tss = &get_cpu_var(tss); in load_gdtr_and_tr()
46 tss->ist1 = (uint64_t)get_cpu_var(mc_stack) + CONFIG_STACK_SIZE; in load_gdtr_and_tr()
47 tss->ist2 = (uint64_t)get_cpu_var(df_stack) + CONFIG_STACK_SIZE; in load_gdtr_and_tr()
48 tss->ist3 = (uint64_t)get_cpu_var(sf_stack) + CONFIG_STACK_SIZE; in load_gdtr_and_tr()
A Dvmx.c43 void *vmxon_region_va = (void *)get_cpu_var(vmxon_region); in vmx_on()
139 void **vmcs_ptr = &get_cpu_var(vmcs_run); in vmx_off()
A Dinit.c111 rsp = (uint64_t)(&get_cpu_var(stack)[CONFIG_STACK_SIZE - 1]); in init_primary_pcpu()
A Dsecurity.c218 struct stack_canary *psc = &get_cpu_var(stk_canary); in set_fs_base()
A Dirq.c143 get_cpu_var(spurious)++; in handle_spurious_interrupt()
A Dpm.c96 struct stack_canary *psc = &get_cpu_var(stk_canary); in restore_msrs()
/hypervisor/debug/
A Dprofiling.c314 = &(get_cpu_var(profiling_info.sw_msr_info)); in profiling_generate_data()
351 payload = &get_cpu_var(profiling_info.p_sample); in profiling_generate_data()
356 payload = &get_cpu_var(profiling_info.p_sample); in profiling_generate_data()
397 sw_lock = &(get_cpu_var(profiling_info.sw_lock)); in profiling_generate_data()
430 payload = &get_cpu_var(profiling_info.vm_trace); in profiling_generate_data()
472 = get_cpu_var(profiling_info.msr_node); in profiling_handle_msrops()
474 = &(get_cpu_var(profiling_info.sw_msr_info)); in profiling_handle_msrops()
1267 switch (get_cpu_var(profiling_info.ipi_cmd)) { in profiling_ipi_handler()
1328 get_cpu_var(profiling_info.vm_info).guest_rip in profiling_pre_vmexit_handler()
1334 get_cpu_var(profiling_info.vm_info).guest_cs in profiling_pre_vmexit_handler()
[all …]
/hypervisor/common/
A Dptdev.c107 list_add_tail(&entry->softirq_node, &get_cpu_var(softirq_dev_entry_list)); in ptirq_enqueue_softirq()
126 while (!list_empty(&get_cpu_var(softirq_dev_entry_list))) { in ptirq_dequeue_softirq()
263 INIT_LIST_HEAD(&get_cpu_var(softirq_dev_entry_list)); in ptdev_init()
A Dsched_noop.c26 next = &get_cpu_var(idle); in sched_noop_pick_next()
A Dsched_prio.c46 next = &get_cpu_var(idle); in sched_prio_pick_next()
A Dsched_iorr.c201 next = &get_cpu_var(idle); in sched_iorr_pick_next()
A Dschedule.c269 get_cpu_var(sched_ctl).curr_obj = obj; in run_thread()
A Dsched_bvt.c306 next = &get_cpu_var(idle); in sched_bvt_pick_next()
/hypervisor/include/arch/x86/asm/
A Dper_cpu.h85 #define get_cpu_var(name) per_cpu(name, get_pcpu_id()) macro
/hypervisor/arch/x86/guest/
A Dvmcs.c149 tss_addr = hva2hpa((void *)&get_cpu_var(tss)); in init_host_state()
561 void **vmcs_ptr = &get_cpu_var(vmcs_run); in init_vmcs()
591 void **vmcs_ptr = &get_cpu_var(vmcs_run); in load_vmcs()
A Dvcpu.c227 (get_cpu_var(whose_iwkey) != vcpu)) { in load_iwkey()
234 get_cpu_var(whose_iwkey) = vcpu; in load_iwkey()
1045 struct acrn_vcpu *vcpu = get_cpu_var(vcpu_array)[vcpu_index]; in vcpu_handle_pi_notification()
A Dvmexit.c490 get_cpu_var(whose_iwkey) = vcpu; in loadiwkey_vmexit_handler()
A Dvmsr.c1298 get_cpu_var(whose_iwkey) = NULL; in wrmsr_vmexit_handler()

Completed in 26 milliseconds