Searched refs:dom_id (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/arch/x86/kernel/cpu/resctrl/ |
D | ctrlmondata.c | 203 unsigned long dom_id; in parse_line() local 216 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line() 222 if (d->id == dom_id) { in parse_line()
|
D | internal.h | 534 unsigned int dom_id);
|
D | rdtgroup.c | 2502 void rmdir_mondata_subdir_allrdtgrp(struct rdt_resource *r, unsigned int dom_id) in rmdir_mondata_subdir_allrdtgrp() argument 2511 sprintf(name, "mon_%s_%02d", r->name, dom_id); in rmdir_mondata_subdir_allrdtgrp()
|
/Linux-v5.15/drivers/s390/crypto/ |
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()
|
D | zcrypt_api.c | 1005 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue()
|
/Linux-v5.15/arch/s390/include/uapi/asm/ |
D | zcrypt.h | 184 __u16 dom_id; member
|
/Linux-v5.15/drivers/iommu/amd/ |
D | iommu.c | 1113 u32 dom_id; in amd_iommu_flush_tlb_all() local 1115 for (dom_id = 0; dom_id <= 0xffff; ++dom_id) { in amd_iommu_flush_tlb_all() 1118 dom_id, 1); in amd_iommu_flush_tlb_all() 1125 static void amd_iommu_flush_tlb_domid(struct amd_iommu *iommu, u32 dom_id) in amd_iommu_flush_tlb_domid() argument 1130 dom_id, 1); in amd_iommu_flush_tlb_domid()
|
D | init.c | 928 u16 dom_id, dte_v, irq_v; in copy_device_table() local 985 dom_id = old_devtb[devid].data[1] & DEV_DOMID_MASK; in copy_device_table() 988 if (dte_v && dom_id) { in copy_device_table() 991 __set_bit(dom_id, amd_iommu_pd_alloc_bitmap); in copy_device_table()
|