Home
last modified time | relevance | path

Searched refs:fld (Results 1 – 7 of 7) sorted by relevance

/xen/xen/include/xen/
A Dacpi.h36 #define ACPI_MADT_GET_(fld, x) (((x) & ACPI_MADT_##fld##_MASK) / \ argument
37 (ACPI_MADT_##fld##_MASK & -ACPI_MADT_##fld##_MASK))
/xen/xen/drivers/passthrough/amd/
A Diommu_detect.c79 #define FEAT(fld, str) do { \ in get_iommu_features() argument
80 if ( --((union amd_iommu_ext_features){}).flds.fld > 1 ) \ in get_iommu_features()
81 printk( "- " str ": %#x\n", iommu->features.flds.fld); \ in get_iommu_features()
82 else if ( iommu->features.flds.fld ) \ in get_iommu_features()
/xen/xen/include/asm-arm/
A Dguest_access.h54 #define guest_handle_for_field(hnd, type, fld) \ argument
55 ((XEN_GUEST_HANDLE(type)) { &(hnd).p->fld })
/xen/xen/include/asm-x86/
A Dguest_access.h65 #define guest_handle_for_field(hnd, type, fld) \ argument
66 ((XEN_GUEST_HANDLE(type)) { &(hnd).p->fld })
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c1923 #define vmr16(fld) ({ \ argument
1924 BUILD_BUG_ON((fld) & 0x6001); \
1925 (uint16_t)vmr(fld); \
1928 #define vmr32(fld) ({ \ argument
1929 BUILD_BUG_ON(((fld) & 0x6001) != 0x4000); \
1930 (uint32_t)vmr(fld); \
/xen/xen/arch/x86/
A Ddomctl.c1517 #define c(fld) (!compat ? (c.nat->fld) : (c.cmp->fld)) in arch_get_info_guest() argument
A Ddomain.c836 #define c(fld) (compat ? (c.cmp->fld) : (c.nat->fld)) in arch_set_info_guest() argument

Completed in 13 milliseconds