Searched refs:fsb (Results 1 – 6 of 6) sorted by relevance
/xen/xen/arch/x86/hvm/ |
A D | hpet.c | 140 return array_access_nospec(h->hpet.timers, HPET_TN(ROUTE, addr)).fsb; in hpet_read64() 535 array_access_nospec(h->hpet.timers, HPET_TN(ROUTE, addr)).fsb = new_val; in hpet_write() 613 C(timers[0].fsb); in hpet_save() 615 C(timers[1].fsb); in hpet_save() 617 C(timers[2].fsb); in hpet_save() 678 C(timers[i].fsb); in hpet_load()
|
/xen/tools/tests/vhpet/ |
A D | emul.h | 167 uint64_t fsb; /* FSB route, not supported now */ member 287 uint64_t fsb; /* FSB route, not supported now */ member
|
A D | main.c | 228 (unsigned long long) h.timers[i].fsb); in dump_hpet()
|
/xen/xen/include/asm-x86/hvm/ |
A D | vpt.h | 78 uint64_t fsb; /* FSB route, not supported now */ member
|
/xen/xen/include/public/arch-x86/hvm/ |
A D | save.h | 530 uint64_t fsb; /* FSB route, not supported now */ member
|
/xen/tools/misc/ |
A D | xen-hvmctx.c | 332 i, h.period[i], h.timers[i].fsb); in dump_hpet()
|
Completed in 15 milliseconds