Home
last modified time | relevance | path

Searched refs:creg (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/drivers/passthrough/
A Dpci.c883 u16 class_device, creg; in pdev_type() local
893 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()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c319 struct segment_register *creg, *sreg; in shadow_init_emulation() local
332 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