Searched refs:hpet (Results 1 – 18 of 18) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hpet.c | 41 #define guest_time_hpet(hpet) \ argument 83 return h->hpet.mc64; in hpet_read_maincounter() 124 return h->hpet.capability; in hpet_read64() 126 return h->hpet.config; in hpet_read64() 128 return h->hpet.isr; in hpet_read64() 364 h->hpet.mc64 = new_val; in hpet_write() 392 h->hpet.timers[tn].cmp = (uint32_t)h->hpet.timers[tn].cmp; in hpet_write() 393 h->hpet.period[tn] = (uint32_t)h->hpet.period[tn]; in hpet_write() 537 #define C(x) rec->x = hp->hpet.x in hpet_save() 597 #define C(x) hp->hpet.x = rec->x in hpet_load() [all …]
|
A D | Makefile | 10 obj-y += hpet.o
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | Makefile | 22 $(TARGET): hpet.c main.c hpet.h emul.h Makefile 23 $(HOSTCC) -g -o $@ hpet.c main.c 27 rm -rf $(TARGET) $(TARGET).out *.o *~ core* hpet.h hpet.c 35 hpet.h: $(XEN_ROOT)/xen/include/asm-x86/hpet.h 38 hpet.c: $(XEN_ROOT)/xen/arch/x86/hvm/hpet.c
|
A D | main.c | 261 dom1.arch.hvm_domain.pl_time.vhpet.hpet.mc64, in create_periodic_time() 262 dom1.arch.hvm_domain.pl_time.vhpet.hpet.mc64, in create_periodic_time() 460 dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer], in hpet_check_stopped() 461 dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer]); in hpet_check_stopped() 493 dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer], in hpet_check_stopped() 515 dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer], in hpet_check_stopped() 543 dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer], in hpet_check_stopped() 568 dom1.arch.hvm_domain.pl_time.vhpet.hpet.period[timer], in hpet_check_stopped() 647 dom1.arch.hvm_domain.pl_time.vhpet.hpet.mc64 = START_MC64; in main() 652 dom1.arch.hvm_domain.pl_time.vhpet.hpet.mc64, in main() [all …]
|
A D | .gitignore | 3 hpet.h 4 hpet.c
|
A D | emul.h | 182 struct hpet_registers hpet; member
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | build.c | 177 struct acpi_20_hpet *hpet; in construct_hpet() local 179 hpet = ctxt->mem_ops.alloc(ctxt, sizeof(*hpet), 16); in construct_hpet() 180 if (!hpet) return NULL; in construct_hpet() 182 memset(hpet, 0, sizeof(*hpet)); in construct_hpet() 190 hpet->timer_block_id = 0x8086a201; in construct_hpet() 193 hpet->header.length = sizeof(*hpet); in construct_hpet() 194 set_checksum(hpet, offsetof(struct acpi_header, checksum), sizeof(*hpet)); in construct_hpet() 195 return hpet; in construct_hpet() 350 struct acpi_20_hpet *hpet; in construct_secondary_tables() local 368 hpet = construct_hpet(ctxt, config); in construct_secondary_tables() [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | vpt.h | 91 struct hpet_registers hpet; member
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | dmar.c | 166 struct acpi_hpet_unit *hpet; in acpi_hpet_device_match() local 168 list_for_each_entry( hpet, list, list ) in acpi_hpet_device_match() 169 if (hpet->id == hpet_id) in acpi_hpet_device_match()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_sxp.c | 101 libxl_defbool_to_string(b_info->u.hvm.hpet)); in printf_info_sexp()
|
A D | xl_parse.c | 1247 xlu_cfg_get_defbool(config, "hpet", &b_info->u.hvm.hpet, 0); in parse_config_data()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Makefile | 69 obj-y += hpet.o
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | formats | 209 0x00084001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) hpet create [ tn = %(1)d, irq = %(2)d, delta = 0x%(… 213 0x00084005 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) hpet destroy [ tn = %(1)d ]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 260 > `= pit | hpet | acpi | tsc` 1148 ### ivrs_hpet[`<hpet>`] 1152 `<hpet>` instead of the one specified by the IVHD sub-tables of the IVRS 1538 ### ro-hpet
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_types.idl | 542 ("hpet", libxl_defbool),
|
A D | libxl_dom.c | 333 libxl_defbool_val(info->u.hvm.hpet)); in hvm_set_conf_params()
|
A D | libxl_create.c | 307 libxl_defbool_setdefault(&b_info->u.hvm.hpet, true); in libxl__domain_build_info_setdefault()
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl.cfg.pod.5.in | 1665 =item B<hpet=BOOLEAN>
|
Completed in 45 milliseconds