Searched refs:dom_id (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/kernel/cpu/resctrl/ |
| A D | ctrlmondata.c | 218 unsigned long dom_id; in parse_line() local 234 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line() 240 if (d->hdr.id == dom_id) { in parse_line()
|
| A D | rdtgroup.c | 1699 unsigned long dom_id, val; in mon_config_write() local 1713 if (!id_str || kstrtoul(id_str, 10, &dom_id)) { in mon_config_write() 1731 if (d->hdr.id == dom_id) { in mon_config_write()
|
| /linux/arch/s390/include/uapi/asm/ |
| A D | zcrypt.h | 183 __u16 dom_id; member
|
| /linux/drivers/s390/crypto/ |
| A D | zcrypt_ep11misc.c | 634 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()
|
| A D | zcrypt_api.c | 1020 (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/drivers/iommu/amd/ |
| A D | iommu.c | 1292 u32 dom_id; in amd_iommu_flush_tlb_all() local 1295 for (dom_id = 0; dom_id <= last_bdf; ++dom_id) { in amd_iommu_flush_tlb_all() 1298 dom_id, IOMMU_NO_PASID, false); in amd_iommu_flush_tlb_all() 1305 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument 1310 dom_id, IOMMU_NO_PASID, false); in amd_iommu_flush_tlb_domid()
|
| A D | init.c | 1035 u16 dom_id, dte_v, irq_v; in __copy_device_table() local 1079 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in __copy_device_table() 1082 if (dte_v && dom_id) { in __copy_device_table() 1085 __set_bit(dom_id, amd_iommu_pd_alloc_bitmap); in __copy_device_table()
|
Completed in 42 milliseconds