Searched refs:dom_id (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 210 unsigned long dom_id; in parse_line() local 223 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line() 229 if (d->id == dom_id) { in parse_line()
|
D | rdtgroup.c | 2551 unsigned int dom_id) in rmdir_mondata_subdir_allrdtgrp() argument 2557 sprintf(name, "mon_%s_%02d", r->name, dom_id); in rmdir_mondata_subdir_allrdtgrp()
|
/linux-6.1.9/drivers/s390/crypto/ |
D | zcrypt_ep11misc.c | 517 target.dom_id = domain; in ep11_query_info() 755 target.dom_id = domain; in ep11_genaeskey() 875 target.dom_id = domain; in ep11_cryptsingle() 1023 target.dom_id = domain; in ep11_unwrapkey() 1161 target.dom_id = domain; in ep11_wrapkey()
|
D | zcrypt_api.c | 1062 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 1188 (int)targets->dom_id); in _zcrypt_send_ep11_cprb()
|
/linux-6.1.9/arch/s390/include/uapi/asm/ |
D | zcrypt.h | 182 __u16 dom_id; member
|
/linux-6.1.9/drivers/iommu/amd/ |
D | iommu.c | 1203 u32 dom_id; in amd_iommu_flush_tlb_all() local 1206 for (dom_id = 0; dom_id <= last_bdf; ++dom_id) { in amd_iommu_flush_tlb_all() 1209 dom_id, 1); in amd_iommu_flush_tlb_all() 1216 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument 1221 dom_id, 1); in amd_iommu_flush_tlb_domid()
|
D | init.c | 1032 u16 dom_id, dte_v, irq_v; in __copy_device_table() local 1078 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in __copy_device_table() 1081 if (dte_v && dom_id) { in __copy_device_table() 1084 __set_bit(dom_id, amd_iommu_pd_alloc_bitmap); in __copy_device_table()
|