Home
last modified time | relevance | path

Searched refs:new_int (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/whpx/
H A Dwhpx-all.c1462 WHV_X64_PENDING_INTERRUPTION_REGISTER new_int; in whpx_vcpu_pre_run() local
1467 memset(&new_int, 0, sizeof(new_int)); in whpx_vcpu_pre_run()
1478 new_int.InterruptionType = WHvX64PendingNmi; in whpx_vcpu_pre_run()
1479 new_int.InterruptionPending = 1; in whpx_vcpu_pre_run()
1480 new_int.InterruptionVector = 2; in whpx_vcpu_pre_run()
1505 assert(!new_int.InterruptionPending); in whpx_vcpu_pre_run()
1510 new_int.InterruptionType = WHvX64PendingInterrupt; in whpx_vcpu_pre_run()
1511 new_int.InterruptionPending = 1; in whpx_vcpu_pre_run()
1512 new_int.InterruptionVector = irq; in whpx_vcpu_pre_run()
1518 if (new_int.InterruptionPending) { in whpx_vcpu_pre_run()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c534 int new_int; in brcms_ops_config() local
557 new_int = brcms_c_get_tx_power(wl->wlc); in brcms_ops_config()
558 if (new_int != conf->power_level) in brcms_ops_config()
562 new_int); in brcms_ops_config()
/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c832 uint32_t new_int) in exynos4210_ltick_set_cntb() argument
848 s->icntb = new_int + 1; in exynos4210_ltick_set_cntb()