Searched refs:dt_dprintk (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | device_tree.c | 59 dt_dprintk("%s", s); in dt_dump_addr() 61 dt_dprintk(" %08x", be32_to_cpu(*(addr++))); in dt_dump_addr() 62 dt_dprintk("\n"); in dt_dump_addr() 716 dt_dprintk("DT: walking ranges...\n"); in dt_translate_one() 729 dt_dprintk("DT: not found !\n"); in dt_translate_one() 1085 dt_dprintk(" -> no parent found !\n"); in dt_for_each_irq_map() 1110 dt_dprintk(" -> addrsize=%d\n", addrsize); in dt_for_each_irq_map() 1117 dt_dprintk(" -> no map, ignoring\n"); in dt_for_each_irq_map() 1268 dt_dprintk(" -> no parent found !\n"); in dt_irq_map_raw() 1290 dt_dprintk(" -> addrsize=%d\n", addrsize); in dt_irq_map_raw() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | domain_build.c | 592 dt_dprintk("Create hypervisor node\n"); in make_hypervisor_node() 641 dt_dprintk("Create PSCI node\n"); in make_psci_node() 684 dt_dprintk("Create cpus node\n"); in make_cpus_node() 801 dt_dprintk("Create gic node\n"); in make_gic_node() 870 dt_dprintk("Create timer node\n"); in make_timer_node() 959 dt_dprintk(" - IRQ: %u\n", irq); in map_irq_to_domain() 1204 dt_dprintk("handle %s\n", path); in handle_node() 1209 dt_dprintk(" Skip it (matched)\n"); in handle_node() 1240 dt_dprintk(" IOMMU, skip it\n"); in handle_node() 1413 dt_dprintk("Create chosen node\n"); in acpi_make_chosen_node() [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | device_tree.h | 768 #define dt_dprintk(fmt, args...) \ macro 773 dt_dprintk(const char *fmt, ...) {} in dt_dprintk() function
|
Completed in 11 milliseconds