Searched defs:np (Results 1 – 9 of 9) sorted by relevance
/xen/xen/common/ |
A D | device_tree.c | 49 struct dt_device_node *np; member 248 struct dt_device_node *np; in dt_find_node_by_name() local 262 struct dt_device_node *np; in dt_find_node_by_type() local 275 struct dt_device_node *np; in dt_find_node_by_path() local 361 struct dt_device_node *np; in dt_find_compatible_node() local 381 struct dt_device_node *np; in dt_find_matching_node() local 428 int dt_n_addr_cells(const struct dt_device_node *np) in dt_n_addr_cells() 950 struct dt_device_node *np; in dt_find_node_by_phandle() local 1719 struct dt_device_node *np; in unflatten_dt_node() local 2030 struct dt_device_node *np; in dt_alias_scan() local [all …]
|
/xen/xen/include/xen/ |
A D | device_tree.h | 118 struct dt_device_node *np; member 263 static inline const char *dt_node_full_name(const struct dt_device_node *np) in dt_node_full_name() 268 static inline const char *dt_node_name(const struct dt_device_node *np) in dt_node_name() 273 static inline bool_t dt_node_name_is_equal(const struct dt_device_node *np, in dt_node_name_is_equal() 279 static inline bool_t dt_node_path_is_equal(const struct dt_device_node *np, in dt_node_path_is_equal() 377 static inline bool_t dt_property_read_bool(const struct dt_device_node *np, in dt_property_read_bool()
|
/xen/xen/drivers/passthrough/arm/ |
A D | iommu.c | 52 struct dt_device_node *np, *tmp; in iommu_hardware_setup() local
|
A D | ipmmu-vmsa.c | 764 struct dt_device_node *np; in ipmmu_stage2_supported() local
|
A D | smmu.c | 65 #define of_property_read_u32(np, pname, out) (!dt_property_read_u32(np, pname, out)) argument
|
/xen/xen/drivers/passthrough/ |
A D | device_tree.c | 130 int iommu_add_dt_device(struct dt_device_node *np) in iommu_add_dt_device()
|
/xen/xen/arch/x86/ |
A D | domctl.c | 351 unsigned int np = domctl->u.ioport_permission.nr_ports; in arch_do_domctl() local 710 unsigned int np = domctl->u.ioport_mapping.nr_ports; in arch_do_domctl() local
|
/xen/xen/include/asm-x86/ |
A D | iommu.h | 31 unsigned int np; member
|
/xen/xen/include/asm-x86/hvm/svm/ |
A D | vmcb.h | 393 bool np:1; /* 4: np_enable, h_cr3, g_pat */ member
|
Completed in 24 milliseconds