Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c46 xfs_bmbt_rec_32_t *xt; member
229 xfs.xt = inode->di_u.di_bmx; in init_extents()
273 xfs.xt = (xfs_bmbt_rec_32_t *)filebuf; in next_extent()
276 xad.offset = xt_offset (xfs.xt); in next_extent()
277 xad.start = xt_start (xfs.xt); in next_extent()
278 xad.len = xt_len (xfs.xt); in next_extent()
279 ++xfs.xt; in next_extent()
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c1364 int __init amd_iommu_prepare(bool xt) in amd_iommu_prepare() argument
1411 iommu->ctrl.ga_en |= xt && has_xt; in amd_iommu_prepare()
1412 iommu->ctrl.xt_en = xt && has_xt; in amd_iommu_prepare()
1413 iommu->ctrl.int_cap_xt_en = xt && has_xt; in amd_iommu_prepare()
1428 return rc ?: xt && !has_xt ? -ENODEV : 0; in amd_iommu_prepare()
1431 int __init amd_iommu_init(bool xt) in amd_iommu_init() argument
1434 int rc = amd_iommu_prepare(xt); in amd_iommu_init()
1440 pci_init = !xt; in amd_iommu_init()
1462 rc = amd_iommu_init_one(iommu, !xt); in amd_iommu_init()
A Diommu.h215 int amd_iommu_prepare(bool xt);
216 int amd_iommu_init(bool xt);

Completed in 11 milliseconds