Searched refs:gflags (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | guest_walk.c | 95 uint32_t gflags, rc; in guest_walk_tables() local 149 ar_and &= gflags; in guest_walk_tables() 150 ar_or |= gflags; in guest_walk_tables() 179 ar_and &= gflags; in guest_walk_tables() 180 ar_or |= gflags; in guest_walk_tables() 182 if ( gflags & _PAGE_PSE ) in guest_walk_tables() 268 gflags &= ~_PAGE_PSE; in guest_walk_tables() 278 ar_and &= gflags; in guest_walk_tables() 279 ar_or |= gflags; in guest_walk_tables() 350 ar_and &= gflags; in guest_walk_tables() [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | io.c | 346 uint32_t gflags = pt_irq_bind->u.msi.gflags & in pt_irq_create_bind() local 354 pirq_dpci->gmsi.gflags = gflags; in pt_irq_create_bind() 386 pirq_dpci->gmsi.gflags = 0; in pt_irq_create_bind() 407 pirq_dpci->gmsi.gflags != gflags ) in pt_irq_create_bind() 413 pirq_dpci->gmsi.gflags = gflags; in pt_irq_create_bind() 417 dest = MASK_EXTR(pirq_dpci->gmsi.gflags, in pt_irq_create_bind() 419 dest_mode = pirq_dpci->gmsi.gflags & XEN_DOMCTL_VMSI_X86_DM_MASK; in pt_irq_create_bind() 420 delivery_mode = MASK_EXTR(pirq_dpci->gmsi.gflags, in pt_irq_create_bind() 445 if ( pt_irq_bind->u.msi.gflags & XEN_DOMCTL_VMSI_X86_UNMASKED ) in pt_irq_create_bind() 840 unsigned int dest = MASK_EXTR(pirq_dpci->gmsi.gflags, in _hvm_dpci_msi_eoi() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | nested_ept.c | 160 uint32_t rc = 0, ret = 0, gflags; in nept_walk_tables() local 193 gflags = (gw->lxe[lvl].epte & EPTE_FLAG_MASK) | in nept_walk_tables() 195 gw->lxe[0].epte = (gfn_x(start) << PAGE_SHIFT) | gflags; in nept_walk_tables() 203 gflags = (gw->lxe[1].epte & EPTE_FLAG_MASK) | NEPT_4K_ENTRY_FLAG; in nept_walk_tables() 204 gw->lxe[0].epte = (gw->lxe[1].epte & PAGE_MASK) | gflags; in nept_walk_tables()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/ |
A D | multi.c | 533 u32 gflags, sflags; in _sh_propagate() local 547 gflags = guest_l1e_get_flags(guest_entry); in _sh_propagate() 549 if ( unlikely(!(gflags & _PAGE_PRESENT)) ) in _sh_propagate() 565 *sp = sh_l1e_mmio(target_gfn, gflags); in _sh_propagate() 599 sflags = gflags & pass_thru_flags; in _sh_propagate() 629 gflags, in _sh_propagate() 637 gflags, in _sh_propagate() 663 (gflags & _PAGE_PSE) && in _sh_propagate() 2603 u32 gflags; in sh_prefetch() local 2647 if ( (gflags & _PAGE_PRESENT) in sh_prefetch() [all …]
|
A D | types.h | 324 static inline shadow_l1e_t sh_l1e_mmio(gfn_t gfn, u32 gflags) in sh_l1e_mmio() argument 328 | (gflags & (_PAGE_USER|_PAGE_RW))) }; in sh_l1e_mmio()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | irq.h | 136 uint32_t gflags; member
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 1741 uint32_t gflags, in xc_domain_update_msi_irq() argument 1755 bind->u.msi.gflags = gflags; in xc_domain_update_msi_irq() 1767 uint32_t gflags) in xc_domain_unbind_msi_irq() argument 1780 bind->u.msi.gflags = gflags; in xc_domain_unbind_msi_irq()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | domctl.h | 541 uint32_t gflags; member
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-scan.c | 1046 int gflags = ((flags & VHD_SCAN_FAST) ? GLOB_NOSORT : 0); in vhd_util_scan_find_file_targets() local 1049 err = glob(filter, gflags, vhd_util_scan_error, &g); in vhd_util_scan_find_file_targets()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vmsi.c | 104 uint32_t flags = pirq_dpci->gmsi.gflags; in vmsi_deliver_pirq()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 1762 uint32_t gflags, 1769 uint32_t gflags);
|
Completed in 34 milliseconds