Lines Matching refs:dte
429 vm_page_t pgtblr, uint8_t dte, uint32_t edte) in dte_entry_init_one() argument
445 dtep->initpass = (dte & ACPI_IVHD_INIT_PASS) != 0; in dte_entry_init_one()
446 dtep->eintpass = (dte & ACPI_IVHD_EINT_PASS) != 0; in dte_entry_init_one()
447 dtep->nmipass = (dte & ACPI_IVHD_NMI_PASS) != 0; in dte_entry_init_one()
448 dtep->sysmgt = (dte & ACPI_IVHD_SYSTEM_MGMT) >> 4; in dte_entry_init_one()
449 dtep->lint0pass = (dte & ACPI_IVHD_LINT0_PASS) != 0; in dte_entry_init_one()
450 dtep->lint1pass = (dte & ACPI_IVHD_LINT1_PASS) != 0; in dte_entry_init_one()
477 dte_entry_init(struct amdiommu_ctx *ctx, bool move, uint8_t dte, uint32_t edte) in dte_entry_init() argument
497 dte, edte); in dte_entry_init()
500 dte_entry_init_one(dtep, ctx, domain->pgtblr, dte, edte); in dte_entry_init()
506 int dev_domain, bool id_mapped, bool rmrr_init, uint8_t dte, uint32_t edte) in amdiommu_get_ctx_for_dev() argument
560 dte_entry_init(ctx, false, dte, edte); in amdiommu_get_ctx_for_dev()
597 uint8_t dte; in amdiommu_get_ctx() local
599 error = amdiommu_find_unit(dev, &unit, &rid1, &dte, &edte, in amdiommu_get_ctx()
606 id_mapped, rmrr_init, dte, edte); in amdiommu_get_ctx()