Home
last modified time | relevance | path

Searched refs:HPET_TN_ENABLE (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dhpet.c240 cfg |= HPET_TN_ENABLE; in hpet_msi_unmask()
251 cfg &= ~HPET_TN_ENABLE; in hpet_msi_mask()
598 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_broadcast_init()
659 cfg |= HPET_TN_ENABLE | HPET_TN_32BIT; in hpet_broadcast_resume()
682 cfg &= ~HPET_TN_ENABLE; in hpet_disable_legacy_broadcast()
838 cfg &= ~HPET_TN_ENABLE; in hpet_resume()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dhpet.h35 #define HPET_TN_ENABLE 0x004 macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhpet.c63 #define timer_enabled(h, n) (timer_config(h, n) & HPET_TN_ENABLE)
397 if ( new_val & HPET_TN_ENABLE ) in hpet_write()
409 else if ( !(old_val & HPET_TN_ENABLE) ) in hpet_write()
413 else if ( old_val & HPET_TN_ENABLE ) in hpet_write()
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Dmain.c220 conf & HPET_TN_ENABLE ? "E" : "", in dump_hpet()
384 cfg |= HPET_TN_ENABLE | HPET_TN_PERIODIC | in hpet_set_mode()

Completed in 7 milliseconds