Home
last modified time | relevance | path

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

/arch/arm/mach-footbridge/
Dnetwinder-hw.c400 #define dprintk(x...) macro
402 #define dprintk(x...) printk(x) macro
432 dprintk("Identifier: "); in rwa010_read_ident()
441 dprintk("%02X ", bit); in rwa010_read_ident()
445 dprintk("(%02X) ", si[i]); in rwa010_read_ident()
447 dprintk("\n"); in rwa010_read_ident()
454 dprintk("Card no = %d\n", inb(0x203)); in rwa010_global_init()
475 dprintk("Slider base: "); in rwa010_game_port_init()
480 dprintk("%02X%02X (201)\n", inb(0x203), i); in rwa010_game_port_init()
491 dprintk("WaveArtist base: "); in rwa010_waveartist_init()
[all …]
/arch/powerpc/kvm/
Dbook3s_64_mmu.c22 #define dprintk(X...) printk(KERN_INFO X) macro
24 #define dprintk(X...) do { } while(0) macro
48 dprintk("KVM: No SLB entry found for 0x%lx [%llx | %llx]\n", in kvmppc_mmu_book3s_64_find_slbe()
52 dprintk(" %d: %c%c%c %llx %llx\n", i, in kvmppc_mmu_book3s_64_find_slbe()
140 dprintk("MMU: page=0x%x sdr1=0x%llx pteg=0x%llx vsid=0x%llx\n", in kvmppc_mmu_book3s_64_get_pteg()
323 dprintk("KVM MMU: Translated 0x%lx [0x%llx] -> 0x%llx " in kvmppc_mmu_book3s_64_xlate()
360 dprintk("KVM MMU: Trigger segment fault\n"); in kvmppc_mmu_book3s_64_xlate()
370 dprintk("KVM MMU: slbmte(0x%llx, 0x%llx)\n", rs, rb); in kvmppc_mmu_book3s_64_slbmte()
455 dprintk("KVM MMU: slbie(0x%llx)\n", ea); in kvmppc_mmu_book3s_64_slbie()
462 dprintk("KVM MMU: slbie(0x%llx, 0x%llx)\n", ea, slbe->esid); in kvmppc_mmu_book3s_64_slbie()
[all …]
Dbook3s_paired_singles.c22 #define dprintk printk macro
24 #define dprintk(...) do { } while(0); macro
209 dprintk(KERN_INFO "KVM: FPR_LD [0x%llx] at 0x%lx (%d)\n", *(u64*)tmp, in kvmppc_emulate_fpr_load()
256 dprintk(KERN_INFO "KVM: FPR_ST [0x%llx] at 0x%lx (%d)\n", in kvmppc_emulate_fpr_store()
298 dprintk(KERN_INFO "KVM: PSQ_LD [0x%x, 0x%x] at 0x%lx (%d)\n", tmp[0], in kvmppc_emulate_psq_load()
329 dprintk(KERN_INFO "KVM: PSQ_ST [0x%x, 0x%x] at 0x%lx (%d)\n", in kvmppc_emulate_psq_store()
515 dprintk(KERN_INFO "PS3 ps0 -> f(0x%x, 0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_three_in()
532 dprintk(KERN_INFO "PS3 ps1 -> f(0x%x, 0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_three_in()
565 dprintk(KERN_INFO "PS2 ps0 -> f(0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_two_in()
583 dprintk(KERN_INFO "PS2 ps1 -> f(0x%x, 0x%x) = 0x%x\n", in kvmppc_ps_two_in()
[all …]
Dbook3s_32_mmu.c23 #define dprintk(X...) printk(KERN_INFO X) macro
25 #define dprintk(X...) do { } while(0) macro
111 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/pat/
Dmemtype.h7 #define dprintk(fmt, arg...) \ macro
Dmemtype_interval.c92 dprintk("Overlap at 0x%Lx-0x%Lx\n", entry_match->start, entry_match->end); in memtype_check_conflict()
Dmemtype.c656 dprintk("memtype_reserve added [mem %#010Lx-%#010Lx], track %s, req %s, ret %s\n", in memtype_reserve()
696 dprintk("memtype_free request [mem %#010Lx-%#010Lx]\n", start, end - 1); in memtype_free()
/arch/ia64/kernel/
Dptrace.c54 # define dprintk(format...) printk(format) macro
57 # define dprintk(format...) macro
740 dprintk("ptrace.%s: ran off the top of the kernel " in convert_to_non_syscall()
746 dprintk("ptrace.%s: failed to read " in convert_to_non_syscall()
796 dprintk("ptrace: failed to set ar.unat\n"); in access_nat_bits()
806 dprintk("ptrace: failed to read ar.unat\n"); in access_nat_bits()
846 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_getregs()
991 dprintk("ptrace:unaligned register address %p\n", ppr); in ptrace_setregs()
1781 dprintk("ptrace: unaligned register address 0x%lx\n", addr); in access_uarea()
1788 dprintk("ptrace: rejecting access to register " in access_uarea()
[all …]