Searched refs:get_cpu_var (Results 1 – 18 of 18) sorted by relevance
35 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()
43 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()
111 rsp = (uint64_t)(&get_cpu_var(stack)[CONFIG_STACK_SIZE - 1]); in init_primary_pcpu()
218 struct stack_canary *psc = &get_cpu_var(stk_canary); in set_fs_base()
143 get_cpu_var(spurious)++; in handle_spurious_interrupt()
96 struct stack_canary *psc = &get_cpu_var(stk_canary); in restore_msrs()
314 = &(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 …]
107 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()
26 next = &get_cpu_var(idle); in sched_noop_pick_next()
46 next = &get_cpu_var(idle); in sched_prio_pick_next()
201 next = &get_cpu_var(idle); in sched_iorr_pick_next()
269 get_cpu_var(sched_ctl).curr_obj = obj; in run_thread()
306 next = &get_cpu_var(idle); in sched_bvt_pick_next()
85 #define get_cpu_var(name) per_cpu(name, get_pcpu_id()) macro
149 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()
227 (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()
490 get_cpu_var(whose_iwkey) = vcpu; in loadiwkey_vmexit_handler()
1298 get_cpu_var(whose_iwkey) = NULL; in wrmsr_vmexit_handler()
Completed in 26 milliseconds