/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/ |
H A D | ctrlmondata.c | 194 unsigned long dom_id; in parse_line() local 207 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line() 213 if (d->id == dom_id) { in parse_line()
|
H A D | internal.h | 613 unsigned int dom_id);
|
H A D | rdtgroup.c | 2465 void rmdir_mondata_subdir_allrdtgrp(struct rdt_resource *r, unsigned int dom_id) in rmdir_mondata_subdir_allrdtgrp() argument 2474 sprintf(name, "mon_%s_%02d", r->name, dom_id); in rmdir_mondata_subdir_allrdtgrp()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | ctrlmondata.c | 209 unsigned long dom_id; in parse_line() local 222 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line() 228 if (d->id == dom_id) { in parse_line()
|
H A D | rdtgroup.c | 1595 unsigned long dom_id, val; in mon_config_write() local 1607 if (!id_str || kstrtoul(id_str, 10, &dom_id)) { in mon_config_write() 1625 if (d->id == dom_id) { in mon_config_write() 2835 unsigned int dom_id) in rmdir_mondata_subdir_allrdtgrp() 2841 sprintf(name, "mon_%s_%02d", r->name, dom_id); in rmdir_mondata_subdir_allrdtgrp() 2834 rmdir_mondata_subdir_allrdtgrp(struct rdt_resource *r, unsigned int dom_id) rmdir_mondata_subdir_allrdtgrp() argument
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 518 target.dom_id = domain; in ep11_query_info() 756 target.dom_id = domain; in ep11_genaeskey() 876 target.dom_id = domain; in ep11_cryptsingle() 1024 target.dom_id = domain; in ep11_unwrapkey() 1162 target.dom_id = domain; in ep11_wrapkey()
|
H A D | zcrypt_api.c | 1004 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue()
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 180 * @dom_id: Usage domain id 184 __u16 dom_id; member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 179 * @dom_id: Usage domain id 183 __u16 dom_id; member
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 622 target.dom_id = domain; in ep11_query_info() 874 target.dom_id = domain; in _ep11_genaeskey() 1026 target.dom_id = domain; in ep11_cryptsingle() 1184 target.dom_id = domain; in _ep11_unwrapkey() 1339 target.dom_id = domain; in _ep11_wrapkey()
|
H A D | zcrypt_api.c | 997 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 1118 (int)targets->dom_id); in _zcrypt_send_ep11_cprb()
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 1183 u32 dom_id; in amd_iommu_flush_tlb_all() local 1185 for (dom_id = 0; dom_id <= 0xffff; ++dom_id) { in amd_iommu_flush_tlb_all() 1188 dom_id, 1); in amd_iommu_flush_tlb_all() 1195 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument 1200 dom_id, 1); in amd_iommu_flush_tlb_domid()
|
H A D | init.c | 944 u16 dom_id, dte_v, irq_v; in copy_device_table() local 1001 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in copy_device_table() 1004 if (dte_v && dom_id) { in copy_device_table() 1007 __set_bit(dom_id, amd_iommu_pd_alloc_bitmap); in copy_device_table()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 1242 u32 dom_id; in amd_iommu_flush_tlb_all() local 1245 for (dom_id = 0; dom_id <= last_bdf; ++dom_id) { in amd_iommu_flush_tlb_all() 1248 dom_id, 1); in amd_iommu_flush_tlb_all() 1255 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument 1260 dom_id, 1); in amd_iommu_flush_tlb_domid()
|
H A D | init.c | 1097 u16 dom_id, dte_v, irq_v; in __copy_device_table() local 1143 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in __copy_device_table() 1146 if (dte_v && dom_id) { in __copy_device_table() 1149 __set_bit(dom_id, amd_iommu_pd_alloc_bitmap); in __copy_device_table()
|