/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.h | 19 XenstoreImplState *xs_impl_create(unsigned int dom_id); 30 int xs_impl_read(XenstoreImplState *s, unsigned int dom_id, 32 int xs_impl_write(XenstoreImplState *s, unsigned int dom_id, 34 int xs_impl_directory(XenstoreImplState *s, unsigned int dom_id, 37 int xs_impl_transaction_start(XenstoreImplState *s, unsigned int dom_id, 39 int xs_impl_transaction_end(XenstoreImplState *s, unsigned int dom_id, 41 int xs_impl_rm(XenstoreImplState *s, unsigned int dom_id, 43 int xs_impl_get_perms(XenstoreImplState *s, unsigned int dom_id, 45 int xs_impl_set_perms(XenstoreImplState *s, unsigned int dom_id, 51 int xs_impl_watch(XenstoreImplState *s, unsigned int dom_id, const char *path, [all …]
|
H A D | xenstore_impl.c | 51 unsigned int dom_id; member 60 unsigned int dom_id; member 268 unsigned int dom_id; member 326 if (op->dom_id) { in xs_node_add_content() 489 static void parse_perm(const char *perm, char *letter, unsigned int *dom_id) in parse_perm() argument 491 unsigned int n = sscanf(perm, "%c%u", letter, dom_id); in parse_perm() 496 static bool can_access(unsigned int dom_id, GList *perms, const char *letters) in can_access() argument 503 if (dom_id == 0) { in can_access() 515 if (dom_id == perm_dom_id) { in can_access() 526 if (dom_id != perm_dom_id) { in can_access() [all …]
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | rdc-sema.c | 34 int imx_rdc_check_permission(int per_id, int dom_id) in imx_rdc_check_permission() argument 40 if (!(reg & RDC_PDAP_DRW_MASK(dom_id))) in imx_rdc_check_permission()
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | ctrlmondata.c | 214 unsigned long dom_id; in parse_line() local 227 if (!dom || kstrtoul(id, 10, &dom_id)) { in parse_line() 233 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() argument 2841 sprintf(name, "mon_%s_%02d", r->name, dom_id); in rmdir_mondata_subdir_allrdtgrp()
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | rdc-sema.h | 90 int imx_rdc_check_permission(int per_id, int dom_id);
|
/openbmc/qemu/hw/char/ |
H A D | xen_console.c | 466 unsigned int dom_id, unsigned int dev) in console_frontend_path() argument 469 return g_strdup_printf("/local/domain/%u/console", dom_id); in console_frontend_path() 471 return g_strdup_printf("/local/domain/%u/device/console/%u", dom_id, in console_frontend_path()
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 210 g_assert(t1->dom_id == t2->dom_id); in compare_tx() 220 static int write_str(XenstoreImplState *s, unsigned int dom_id, in write_str() argument 228 err = xs_impl_write(s, dom_id, tx_id, path, d); in write_str()
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | zcrypt.h | 183 __u16 dom_id; member
|
/openbmc/linux/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 | 999 (targets->dom_id == dom || targets->dom_id == AUTOSEL_DOM)) in is_desired_ep11_queue() 1120 (int)targets->dom_id); in _zcrypt_send_ep11_cprb()
|
/openbmc/linux/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()
|