Searched refs:np (Results 1 – 9 of 9) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | device_tree.c | 140 if ( !np ) in dt_find_property() 256 return np; in dt_find_node_by_name() 270 return np; in dt_find_node_by_type() 281 return np; in dt_find_node_by_path() 374 return np; in dt_find_compatible_node() 400 np = np->parent; in __dt_n_addr_cells() 417 np = np->parent; in __dt_n_size_cells() 1733 memset(np, 0, sizeof(*np)); in unflatten_dt_node() 1878 np->dev.of_node = np; in unflatten_dt_node() 1884 np->name = (np->name) ? : dt_get_property(np, "name", NULL); in unflatten_dt_node() [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | device_tree.h | 111 struct dt_device_node *np; member 284 return (np && np->full_name) ? np->full_name : "<no-node>"; in dt_node_full_name() 289 return (np && np->name) ? np->name : "<no-node>"; in dt_node_name() 295 return !dt_node_cmp(np->name, name); in dt_node_name_is_equal() 301 return !dt_node_cmp(np->full_name, path); in dt_node_path_is_equal() 360 const void *dt_get_property(const struct dt_device_node *np, 375 bool_t dt_property_read_u32(const struct dt_device_node *np, 385 bool_t dt_property_read_u64(const struct dt_device_node *np, 419 int dt_property_read_string(const struct dt_device_node *np, 590 int dt_n_size_cells(const struct dt_device_node *np); [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/ |
A D | iommu.c | 42 struct dt_device_node *np; in iommu_hardware_setup() local 46 dt_for_each_device_node(dt_host, np) in iommu_hardware_setup() 48 rc = device_init(np, DEVICE_IOMMU, NULL); in iommu_hardware_setup()
|
A D | smmu.c | 65 #define of_property_read_u32(np, pname, out) (!dt_property_read_u32(np, pname, out)) argument 785 master = find_smmu_master(smmu, masterspec->np); in register_smmu_master() 789 masterspec->np->name); in register_smmu_master() 796 MAX_MASTER_STREAMIDS, masterspec->np->name); in register_smmu_master() 804 master->of_node = masterspec->np; in register_smmu_master() 808 dt_device_set_protected(masterspec->np); in register_smmu_master() 817 masterspec->np->name, smmu->num_mapping_groups); in register_smmu_master() 2363 masterspec.np->name); in arm_smmu_device_dt_probe() 2472 struct device_node *np; 2481 if (!np) [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | domctl.c | 381 if ( (fp + np) <= fp || (fp + np) > MAX_IOPORTS ) in arch_do_domctl() 387 ret = ioports_permit_access(d, fp, fp + np - 1); in arch_do_domctl() 389 ret = ioports_deny_access(d, fp, fp + np - 1); in arch_do_domctl() 769 unsigned int np = domctl->u.ioport_mapping.nr_ports; in arch_do_domctl() local 783 if ( ((fgp | fmp | (np - 1)) >= MAX_IOPORTS) || in arch_do_domctl() 784 ((fgp + np) > MAX_IOPORTS) || ((fmp + np) > MAX_IOPORTS) ) in arch_do_domctl() 788 domctl->domain, fgp, fmp, np); in arch_do_domctl() 805 d->domain_id, fgp, fmp, np); in arch_do_domctl() 811 g2m_ioport->np = np; in arch_do_domctl() 825 g2m_ioport->np = np; in arch_do_domctl() [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/ |
A D | vmcb.h | 380 uint32_t np: 1; member 573 VMCB_ACCESSORS(np_enable, np) 574 VMCB_ACCESSORS(h_cr3, np) 575 VMCB_ACCESSORS(g_pat, np)
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | iommu.h | 30 unsigned int np; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | io.c | 186 end = start + g2m_ioport->np; in g2m_portio_accept()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | nestedsvm.c | 648 if (!vcleanbit_set(np)) { in nsvm_vmcb_prepare4vmrun()
|
Completed in 26 milliseconds