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.c33 #define dprintk(X...) printk(KERN_INFO X) macro
35 #define dprintk(X...) do { } while(0) macro
64 dprintk("KVM: No SLB entry found for 0x%lx [%llx | %llx]\n", in kvmppc_mmu_book3s_64_find_slbe()
68 dprintk(" %d: %c%c%c %llx %llx\n", i, in kvmppc_mmu_book3s_64_find_slbe()
128 dprintk("MMU: page=0x%x sdr1=0x%llx pteg=0x%llx vsid=0x%llx\n", in kvmppc_mmu_book3s_64_get_pteg()
256 dprintk("KVM MMU: Translated 0x%lx [0x%llx] -> 0x%llx " in kvmppc_mmu_book3s_64_xlate()
277 dprintk("KVM: Mapping read-only page!\n"); in kvmppc_mmu_book3s_64_xlate()
286 dprintk("KVM MMU: No PTE found (ea=0x%lx sdr1=0x%llx " in kvmppc_mmu_book3s_64_xlate()
290 dprintk(" %02d: 0x%llx - 0x%llx (0x%llx)\n", in kvmppc_mmu_book3s_64_xlate()
310 dprintk("KVM MMU: Trigger segment fault\n"); in kvmppc_mmu_book3s_64_xlate()
[all …]
Dbook3s_paired_singles.c33 #define dprintk printk macro
35 #define dprintk(...) do { } while(0); macro
218 dprintk(KERN_INFO "KVM: FPR_LD [0x%llx] at 0x%lx (%d)\n", *(u64*)tmp, in kvmppc_emulate_fpr_load()
265 dprintk(KERN_INFO "KVM: FPR_ST [0x%llx] at 0x%lx (%d)\n", in kvmppc_emulate_fpr_store()
307 dprintk(KERN_INFO "KVM: PSQ_LD [0x%x, 0x%x] at 0x%lx (%d)\n", tmp[0], in kvmppc_emulate_psq_load()
338 dprintk(KERN_INFO "KVM: PSQ_ST [0x%x, 0x%x] at 0x%lx (%d)\n", in kvmppc_emulate_psq_store()
533 dprintk(KERN_INFO "PS3 ps0 -> f(0x%x, 0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_three_in()
550 dprintk(KERN_INFO "PS3 ps1 -> f(0x%x, 0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_three_in()
584 dprintk(KERN_INFO "PS2 ps0 -> f(0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_two_in()
602 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
131 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.c138 dprintk("Overlap at 0x%Lx-0x%Lx\n", match->start, match->end); in memtype_rb_check_conflict()
Dpat.c343 dprintk("reserve_memtype added [mem %#010Lx-%#010Lx], track %s, req %s, ret %s\n", in reserve_memtype()
385 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
738 dprintk("ptrace.%s: ran off the top of the kernel " in convert_to_non_syscall()
744 dprintk("ptrace.%s: failed to read " in convert_to_non_syscall()
794 dprintk("ptrace: failed to set ar.unat\n"); in access_nat_bits()
804 dprintk("ptrace: failed to read ar.unat\n"); in access_nat_bits()
844 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_getregs()
989 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_setregs()
1914 dprintk("ptrace: unaligned register address 0x%lx\n", addr); in access_uarea()
1921 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()