Searched refs:lowest (Results 1 – 6 of 6) sorted by relevance
/arch/x86/kvm/ |
D | irq_comm.c | 70 struct kvm_vcpu *vcpu, *lowest = NULL; in kvm_irq_delivery_to_apic() local 94 if (!lowest) in kvm_irq_delivery_to_apic() 95 lowest = vcpu; in kvm_irq_delivery_to_apic() 96 else if (kvm_apic_compare_prio(vcpu, lowest) < 0) in kvm_irq_delivery_to_apic() 97 lowest = vcpu; in kvm_irq_delivery_to_apic() 101 if (lowest) in kvm_irq_delivery_to_apic() 102 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
|
/arch/x86/platform/uv/ |
D | uv_time.c | 196 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() local 202 if (exp < lowest) { in uv_rtc_find_next_timer() 204 lowest = exp; in uv_rtc_find_next_timer() 210 if (uv_setup_intr(c, lowest)) in uv_rtc_find_next_timer()
|
/arch/sparc/kernel/ |
D | iommu.c | 172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx() local 173 int n = find_next_zero_bit(iommu->ctx_bitmap, IOMMU_NUM_CTXS, lowest); in iommu_alloc_ctx() 176 n = find_next_zero_bit(iommu->ctx_bitmap, lowest, 1); in iommu_alloc_ctx() 177 if (unlikely(n == lowest)) { in iommu_alloc_ctx()
|
/arch/arm/mach-sa1100/ |
D | sleep.S | 53 @ delay 90us and set CPU PLL to lowest speed
|
/arch/mn10300/ |
D | Kconfig | 395 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)"
|
/arch/x86/math-emu/ |
D | README | 155 write a few bytes below the lowest address of the stack. The emulator
|