Searched refs:BSP_CPU_ID (Results 1 – 25 of 26) sorted by relevance
12
| /hypervisor/arch/x86/ |
| A D | cpu.c | 145 pcpu_id = BSP_CPU_ID; in init_pcpu_pre() 242 if (pcpu_id == BSP_CPU_ID) { in init_pcpu_post() 260 pr_dbg("Core %hu is up", BSP_CPU_ID); in init_pcpu_post() 269 init_interrupt(BSP_CPU_ID); in init_pcpu_post() 304 ASSERT(get_pcpu_id() == BSP_CPU_ID, ""); in init_pcpu_post() 318 if (!init_software_sram(pcpu_id == BSP_CPU_ID)) { in init_pcpu_post() 578 if (get_pcpu_id() == BSP_CPU_ID) { in init_pcpu_xsave()
|
| A D | hw_thermal.c | 27 if (get_pcpu_id() == BSP_CPU_ID) { in init_hw_thermal()
|
| A D | tsc_deadline_timer.c | 32 if (get_pcpu_id() == BSP_CPU_ID) { in init_hw_timer()
|
| A D | init.c | 47 if (pcpu_id == BSP_CPU_ID) { in init_debug_post()
|
| A D | irq.c | 295 if (pcpu_id == BSP_CPU_ID) { in init_interrupt_arch() 301 if (pcpu_id == BSP_CPU_ID) { in init_interrupt_arch()
|
| A D | rtcm.c | 129 static uint64_t init_sw_sram_cpus_mask = (1UL << BSP_CPU_ID); in init_software_sram()
|
| /hypervisor/common/ |
| A D | thermal.c | 30 if (pcpu_id == BSP_CPU_ID) { in thermal_init()
|
| A D | vm_load.c | 29 struct acrn_vcpu *vcpu = vcpu_from_vid(vm, BSP_CPU_ID); in prepare_os_image()
|
| A D | schedule.c | 104 struct sched_control *ctl = &per_cpu(sched_ctl, BSP_CPU_ID); in suspend_sched() 113 struct sched_control *ctl = &per_cpu(sched_ctl, BSP_CPU_ID); in resume_sched()
|
| A D | irq.c | 224 if (pcpu_id == BSP_CPU_ID) { in init_interrupt()
|
| A D | timer.c | 228 if (pcpu_id == BSP_CPU_ID) { in timer_init()
|
| A D | ptdev.c | 260 if (get_pcpu_id() == BSP_CPU_ID) { in ptdev_init()
|
| A D | hypercall.c | 97 if (target_vcpu->vcpu_id == BSP_CPU_ID) { in hcall_service_vm_offline_cpu()
|
| /hypervisor/debug/ |
| A D | console.c | 236 if (VUART_TIMER_CPU == BSP_CPU_ID) { in suspend_console() 243 if (VUART_TIMER_CPU == BSP_CPU_ID) { in resume_console()
|
| A D | profiling.c | 1390 if ((cpu == BSP_CPU_ID) && (profiling_pmi_irq == IRQ_INVALID)) { in profiling_setup()
|
| A D | shell.c | 1096 vcpu = vcpu_from_vid(vm, BSP_CPU_ID); in shell_dump_guest_mem()
|
| /hypervisor/boot/guest/ |
| A D | rawimage_loader.c | 41 init_vcpu_protect_mode_regs(vcpu_from_vid(vm, BSP_CPU_ID), vgdt_gpa); in rawimage_loader()
|
| A D | elf_loader.c | 281 struct acrn_vcpu *vcpu = vcpu_from_vid(vm, BSP_CPU_ID); in elf_loader()
|
| A D | bzimage_loader.c | 411 struct acrn_vcpu *vcpu = vcpu_from_vid(vm, BSP_CPU_ID); in bzimage_loader()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | cpu.h | 205 #define AP_MASK (ALL_CPUS_MASK & ~(1UL << BSP_CPU_ID)) 293 #define BSP_CPU_ID 0U macro
|
| /hypervisor/arch/x86/guest/ |
| A D | vmx_io.c | 31 vcpu = vcpu_from_vid(service_vm, BSP_CPU_ID); in arch_fire_hsm_interrupt()
|
| A D | virq.c | 151 primary = vcpu_from_vid(vm, BSP_CPU_ID); in vcpu_do_pending_extint()
|
| A D | vm.c | 991 bsp = vcpu_from_vid(vm, BSP_CPU_ID); in start_vm() 1080 struct acrn_vcpu *bsp = vcpu_from_vid(vm, BSP_CPU_ID); in resume_vm_from_s3()
|
| /hypervisor/include/arch/x86/asm/guest/ |
| A D | vcpu.h | 342 return (vcpu->vcpu_id == BSP_CPU_ID); in is_vcpu_bsp()
|
| /hypervisor/dm/ |
| A D | vpic.c | 214 struct acrn_vcpu *bsp = vcpu_from_vid(vm, BSP_CPU_ID); in vpic_notify_intr()
|
Completed in 38 milliseconds
12