Searched refs:dom_id (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/landlock/ |
| H A D | audit.h | 271 char dom_id[18]; in audit_match_record() 273 if (match_len > 0 && match_len < sizeof(dom_id)) { in audit_match_record() 274 memcpy(dom_id, msg.data + matches[1].rm_so, in audit_match_record() 276 dom_id[match_len] = '\0'; in audit_match_record() 278 *domain_id = strtoull(dom_id, NULL, 16); in audit_match_record() 284 char dom_id[18]; audit_match_record() local
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | zcrypt.h | 183 __u16 dom_id; member
|
| /linux/fs/resctrl/ |
| H A D | monitor.c | 1776 unsigned long dom_id = 0; in resctrl_parse_mbm_assignment() local 1803 } else if (!id_str || kstrtoul(id_str, 10, &dom_id)) { in resctrl_parse_mbm_assignment() 1810 if (d->hdr.id == dom_id) { in resctrl_parse_mbm_assignment() 1814 event, dom_id, dom_str); in resctrl_parse_mbm_assignment() 1821 rdt_last_cmd_printf("Invalid domain id %ld\n", dom_id); in resctrl_parse_mbm_assignment()
|
| H A D | rdtgroup.c | 1821 unsigned long dom_id, val; in mon_config_write() local 1834 if (!id_str || kstrtoul(id_str, 10, &dom_id)) { in mon_config_write() 1852 if (d->hdr.id == dom_id) { in mon_config_write()
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 603 target.dom_id = domain; in ep11_query_info() 848 target.dom_id = domain; in _ep11_genaeskey() 1002 target.dom_id = domain; in ep11_cryptsingle() 1161 target.dom_id = domain; in _ep11_unwrapkey() 1317 target.dom_id = domain; in _ep11_wrapkey()
|
| H A D | zcrypt_api.c | 1027 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 1150 (int)targets->ap_id, (int)targets->dom_id); in _zcrypt_send_ep11_cprb()
|
| /linux/drivers/iommu/amd/ |
| H A D | iommu.c | 1565 u32 dom_id; in amd_iommu_flush_tlb_all() local 1568 for (dom_id = 0; dom_id <= last_bdf; ++dom_id) { in amd_iommu_flush_tlb_all() 1571 dom_id, IOMMU_NO_PASID, in amd_iommu_flush_tlb_all() 1579 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument 1584 dom_id, IOMMU_NO_PASID, in amd_iommu_flush_tlb_domid()
|
| H A D | init.c | 1143 u16 dom_id; in __reuse_device_table() local 1183 dom_id = FIELD_GET(DTE_DOMID_MASK, old_dev_tbl_entry->data[1]); in __reuse_device_table() 1185 if (!dte_v || !dom_id) in __reuse_device_table() 1192 if (amd_iommu_pdom_id_reserve(dom_id, GFP_KERNEL) == -ENOMEM) in __reuse_device_table()
|