Searched refs:creg (Results 1 – 2 of 2) sorted by relevance
883 u16 class_device, creg; in pdev_type() local893 creg = pci_conf_read16(seg, bus, d, f, pos + PCI_EXP_FLAGS); in pdev_type()894 switch ( (creg & PCI_EXP_FLAGS_TYPE) >> 4 ) in pdev_type()
319 struct segment_register *creg, *sreg; in shadow_init_emulation() local332 creg = hvm_get_seg_reg(x86_seg_cs, sh_ctxt); in shadow_init_emulation()335 if ( sh_ctxt->ctxt.lma && creg->l ) in shadow_init_emulation()340 sh_ctxt->ctxt.addr_size = creg->db ? 32 : 16; in shadow_init_emulation()
Completed in 10 milliseconds