Searched refs:bitmap_test (Results 1 – 13 of 13) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | rdt.c | 37 if (bitmap_test(pcpu_id, &info->ins_array[i].cpu_mask)) { in get_rdt_res_ins() 87 if (bitmap_test(pcpu_id, &ins->cpu_mask)) { in setup_clos()
|
| A D | notify.c | 30 if (bitmap_test(pcpu_id, &smp_call_mask)) { in kick_notification()
|
| A D | cpu.c | 105 return bitmap_test(pcpu_id, &pcpu_active_bitmap); in is_pcpu_active() 501 if (bitmap_test(pcpu_id, &pcpu_active_bitmap)) { in cpu_dead()
|
| /hypervisor/common/ |
| A D | irq.c | 72 if (bitmap_test((uint16_t)(irq & 0x3FU), in free_irq_num() 199 if (bitmap_test((uint16_t)(irq & 0x3FU), irq_alloc_bitmap + (irq >> 6U))) { in do_irq()
|
| A D | schedule.c | 166 return bitmap_test(NEED_RESCHEDULE, &ctl->flags); in need_reschedule()
|
| /hypervisor/include/arch/x86/asm/lib/ |
| A D | bits.h | 225 static inline bool bitmap_test(uint16_t nr, const volatile uint64_t *addr) in bitmap_test() function
|
| /hypervisor/arch/x86/guest/ |
| A D | virq.c | 471 if (bitmap_test(ACRN_REQUEST_EXTINT, pending_req_bits) || in acrn_handle_pending_request() 472 bitmap_test(ACRN_REQUEST_NMI, pending_req_bits) || in acrn_handle_pending_request()
|
| A D | vcpu.c | 61 if (!bitmap_test(CPU_REG_RIP, &vcpu->reg_updated) && in vcpu_get_rip() 121 if (!bitmap_test(CPU_REG_RFLAGS, &vcpu->reg_updated) && in vcpu_get_rflags() 1052 if (bitmap_test(POSTED_INTR_ON, &(pid->control.value))) { in vcpu_handle_pi_notification()
|
| A D | vm.c | 888 if (bitmap_test(this_pcpu_id, &mask)) { in offline_lapic_pt_enabled_pcpus() 908 if (bitmap_test(pcpuid_from_vcpu(vcpu), &mask)) { in offline_lapic_pt_enabled_pcpus()
|
| A D | vlapic.c | 2307 if (bitmap_test(POSTED_INTR_ON, &(pid->control.value))) { in apicv_advanced_inject_intr()
|
| /hypervisor/dm/ |
| A D | vioapic.c | 96 old_lvl = (uint32_t)bitmap_test((uint16_t)(pin & 0x3FU), &vioapic->pin_state[pin >> 6U]); in vioapic_set_pinstate() 276 lvl = (uint32_t)bitmap_test(pin & 0x3FU, &vioapic->pin_state[pin >> 6U]); in vioapic_need_intr()
|
| /hypervisor/hw/ |
| A D | pci.c | 637 was_visited = bitmap_test((bus & 0x3FU), &buses_visited[bus >> 6U]); in init_pci_pdev_list()
|
| /hypervisor/debug/ |
| A D | shell.c | 1177 if (bitmap_test((uint16_t)(irq & 0x3FU), in get_cpu_interrupt_info()
|
Completed in 30 milliseconds