Home
last modified time | relevance | path

Searched refs:dprintk (Results 1 – 9 of 9) sorted by relevance

/arch/arm/mach-footbridge/
Dnetwinder-hw.c399 #define dprintk(x...) macro
401 #define dprintk(x...) printk(x) macro
431 dprintk("Identifier: "); in rwa010_read_ident()
440 dprintk("%02X ", bit); in rwa010_read_ident()
444 dprintk("(%02X) ", si[i]); in rwa010_read_ident()
446 dprintk("\n"); in rwa010_read_ident()
453 dprintk("Card no = %d\n", inb(0x203)); in rwa010_global_init()
474 dprintk("Slider base: "); in rwa010_game_port_init()
479 dprintk("%02X%02X (201)\n", inb(0x203), i); in rwa010_game_port_init()
490 dprintk("WaveArtist base: "); in rwa010_waveartist_init()
[all …]
/arch/powerpc/kvm/
Dbook3s_64_mmu.c34 #define dprintk(X...) printk(KERN_INFO X) macro
36 #define dprintk(X...) do { } while(0) macro
65 dprintk("KVM: No SLB entry found for 0x%lx [%llx | %llx]\n", in kvmppc_mmu_book3s_64_find_slbe()
69 dprintk(" %d: %c%c%c %llx %llx\n", i, in kvmppc_mmu_book3s_64_find_slbe()
157 dprintk("MMU: page=0x%x sdr1=0x%llx pteg=0x%llx vsid=0x%llx\n", in kvmppc_mmu_book3s_64_get_pteg()
337 dprintk("KVM MMU: Translated 0x%lx [0x%llx] -> 0x%llx " in kvmppc_mmu_book3s_64_xlate()
374 dprintk("KVM MMU: Trigger segment fault\n"); in kvmppc_mmu_book3s_64_xlate()
384 dprintk("KVM MMU: slbmte(0x%llx, 0x%llx)\n", rs, rb); in kvmppc_mmu_book3s_64_slbmte()
456 dprintk("KVM MMU: slbie(0x%llx)\n", ea); in kvmppc_mmu_book3s_64_slbie()
463 dprintk("KVM MMU: slbie(0x%llx, 0x%llx)\n", ea, slbe->esid); in kvmppc_mmu_book3s_64_slbie()
[all …]
Dbook3s_paired_singles.c33 #define dprintk printk macro
35 #define dprintk(...) do { } while(0); macro
220 dprintk(KERN_INFO "KVM: FPR_LD [0x%llx] at 0x%lx (%d)\n", *(u64*)tmp, in kvmppc_emulate_fpr_load()
267 dprintk(KERN_INFO "KVM: FPR_ST [0x%llx] at 0x%lx (%d)\n", in kvmppc_emulate_fpr_store()
309 dprintk(KERN_INFO "KVM: PSQ_LD [0x%x, 0x%x] at 0x%lx (%d)\n", tmp[0], in kvmppc_emulate_psq_load()
340 dprintk(KERN_INFO "KVM: PSQ_ST [0x%x, 0x%x] at 0x%lx (%d)\n", in kvmppc_emulate_psq_store()
526 dprintk(KERN_INFO "PS3 ps0 -> f(0x%x, 0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_three_in()
543 dprintk(KERN_INFO "PS3 ps1 -> f(0x%x, 0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_three_in()
576 dprintk(KERN_INFO "PS2 ps0 -> f(0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_two_in()
594 dprintk(KERN_INFO "PS2 ps1 -> f(0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_two_in()
[all …]
Dbook3s_32_mmu.c35 #define dprintk(X...) printk(KERN_INFO X) macro
37 #define dprintk(X...) do { } while(0) macro
128 dprintk("MMU: pc=0x%lx eaddr=0x%lx sdr1=0x%llx pteg=0x%x vsid=0x%x\n", in kvmppc_mmu_book3s_32_get_pteg()
/arch/x86/mm/
Dpat_internal.h6 #define dprintk(fmt, arg...) \ macro
Dpat_rbtree.c148 dprintk("Overlap at 0x%Lx-0x%Lx\n", match->start, match->end); in memtype_rb_check_conflict()
Dpat.c595 dprintk("reserve_memtype added [mem %#010Lx-%#010Lx], track %s, req %s, ret %s\n", in reserve_memtype()
637 dprintk("free_memtype request [mem %#010Lx-%#010Lx]\n", start, end - 1); in free_memtype()
/arch/ia64/kernel/
Dptrace.c55 # define dprintk(format...) printk(format) macro
58 # define dprintk(format...) macro
741 dprintk("ptrace.%s: ran off the top of the kernel " in convert_to_non_syscall()
747 dprintk("ptrace.%s: failed to read " in convert_to_non_syscall()
797 dprintk("ptrace: failed to set ar.unat\n"); in access_nat_bits()
807 dprintk("ptrace: failed to read ar.unat\n"); in access_nat_bits()
847 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_getregs()
992 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_setregs()
1918 dprintk("ptrace: unaligned register address 0x%lx\n", addr); in access_uarea()
1925 dprintk("ptrace: rejecting access to register " in access_uarea()
[all …]
/arch/um/drivers/
Dnet_kern.c293 dprintk(KERN_INFO "uml_net_user_timer_expire [%p]\n", conn); in uml_net_user_timer_expire()