Home
last modified time | relevance | path

Searched refs:dom_id (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/tools/testing/selftests/landlock/
H A Daudit.h286 char dom_id[18]; in audit_match_record() local
288 if (match_len > 0 && match_len < sizeof(dom_id)) { in audit_match_record()
289 memcpy(dom_id, msg.data + matches[1].rm_so, in audit_match_record()
291 dom_id[match_len] = '\0'; in audit_match_record()
293 *domain_id = strtoull(dom_id, NULL, 16); in audit_match_record()
/linux-6.15/arch/x86/kernel/cpu/resctrl/
H A Dctrlmondata.c229 unsigned long dom_id; in parse_line() local
257 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line()
263 if (d->hdr.id == dom_id) { in parse_line()
H A Drdtgroup.c1755 unsigned long dom_id, val; in mon_config_write() local
1769 if (!id_str || kstrtoul(id_str, 10, &dom_id)) { in mon_config_write()
1787 if (d->hdr.id == dom_id) { in mon_config_write()
/linux-6.15/arch/s390/include/uapi/asm/
H A Dzcrypt.h183 __u16 dom_id; member
/linux-6.15/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c634 target.dom_id = domain; in ep11_query_info()
890 target.dom_id = domain; in _ep11_genaeskey()
1047 target.dom_id = domain; in ep11_cryptsingle()
1210 target.dom_id = domain; in _ep11_unwrapkey()
1370 target.dom_id = domain; in _ep11_wrapkey()
H A Dzcrypt_api.c1020 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue()
1142 (int)targets->ap_id, (int)targets->dom_id); in _zcrypt_send_ep11_cprb()
/linux-6.15/drivers/iommu/amd/
H A Dinit.c993 u16 dom_id, dte_v, irq_v; in __copy_device_table() local
1037 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in __copy_device_table()
1040 if (dte_v && dom_id) { in __copy_device_table()
1044 if (ida_alloc_range(&pdom_ids, dom_id, dom_id, GFP_ATOMIC) != dom_id) { in __copy_device_table()
1045 pr_err("Failed to reserve domain ID 0x%x\n", dom_id); in __copy_device_table()
H A Diommu.c1444 u32 dom_id; in amd_iommu_flush_tlb_all() local
1447 for (dom_id = 0; dom_id <= last_bdf; ++dom_id) { in amd_iommu_flush_tlb_all()
1450 dom_id, IOMMU_NO_PASID, false); in amd_iommu_flush_tlb_all()
1457 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument
1462 dom_id, IOMMU_NO_PASID, false); in amd_iommu_flush_tlb_domid()