Home
last modified time | relevance | path

Searched refs:PRM_DEBUG (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c1034 PRM_DEBUG(modtext); in startup_memlist()
1036 PRM_DEBUG(moddata); in startup_memlist()
1038 PRM_DEBUG(econtig); in startup_memlist()
1051 PRM_DEBUG(physmax); in startup_memlist()
1113 PRM_DEBUG(npages); in startup_memlist()
1175 PRM_DEBUG(npages); in startup_memlist()
1178 PRM_DEBUG(pp_sz); in startup_memlist()
1334 PRM_DEBUG(npages); in startup_memlist()
1991 PRM_DEBUG(p0_va); in startup_vm()
2039 PRM_DEBUG(segkp); in startup_vm()
[all …]
H A Dtscc_hpet.c96 PRM_DEBUG(*freqp); in tsc_calibrate_hpet()
H A Dmp_machdep.c1039 PRM_DEBUG(idle_cpu_use_hlt); in mach_init()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c907 PRM_DEBUG(tte.ll); in install_kmem64_tte()
1005 PRM_DEBUG(moddata); in startup_memlist()
1012 PRM_DEBUG(e_text); in startup_memlist()
1018 PRM_DEBUG(modtext); in startup_memlist()
1034 PRM_DEBUG(physmax); in startup_memlist()
1127 PRM_DEBUG(pp_sz); in startup_memlist()
1144 PRM_DEBUG(tt_sz); in startup_memlist()
1212 PRM_DEBUG(pp_sz); in startup_memlist()
1247 PRM_DEBUG(pp_base); in startup_memlist()
1248 PRM_DEBUG(npages); in startup_memlist()
[all …]
H A Ddmv.c347 PRM_DEBUG((uintptr_t)dmv_dispatch_table); in ndata_alloc_dmv()
H A Dmlsetup.c241 PRM_DEBUG(panicbuf); in mlsetup()
242 PRM_DEBUG(pa); in mlsetup()
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c182 PRM_DEBUG(ktsb_pbase); in hat_kern_setup()
183 PRM_DEBUG(ktsb4m_pbase); in hat_kern_setup()
459 PRM_DEBUG(translen); in read_prom_mappings()
571 PRM_DEBUG(wasteage); in ndata_extra_base()
758 PRM_DEBUG(npages); in calc_tsb_sizes()
827 PRM_DEBUG(ktsb_base); in ndata_alloc_tsbs()
828 PRM_DEBUG(ktsb_sz); in ndata_alloc_tsbs()
899 PRM_DEBUG(khme_hash); in alloc_hmehash()
900 PRM_DEBUG(uhme_hash); in alloc_hmehash()
992 PRM_DEBUG(tsbbase); in sfmmu_ktsb_alloc()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c204 PRM_DEBUG(la); in hpet_early_init()
213 PRM_DEBUG(ret); in hpet_early_init()
233 PRM_DEBUG(num_timers); in hpet_early_init()
695 PRM_DEBUG(n); in hpet_write_timer_N_config()
696 PRM_DEBUG(conf); in hpet_write_timer_N_config()
697 PRM_DEBUG(conf32); in hpet_write_timer_N_config()
770 PRM_DEBUG(timer); in hpet_get_IOAPIC_intr_capable_timer()
771 PRM_DEBUG(intr); in hpet_get_IOAPIC_intr_capable_timer()
811 PRM_DEBUG(timer_n); in hpet_timer_set_up()
816 PRM_DEBUG(conf); in hpet_timer_set_up()
[all …]
H A Dmp_platform_common.c367 PRM_DEBUG(retval); in apic_probe_common()
395 PRM_DEBUG(fptr); in apic_probe_common()
403 PRM_DEBUG(fpsp); in apic_probe_common()
430 PRM_DEBUG(fpsp); in apic_probe_common()
435 PRM_DEBUG(fptr); in apic_probe_common()
445 PRM_DEBUG(fptr); in apic_probe_common()
446 PRM_DEBUG(fpsp); in apic_probe_common()
525 PRM_DEBUG(hdrp); in apic_probe_common()
883 PRM_DEBUG(ver); in acpi_probe()
947 PRM_DEBUG(id); in acpi_probe()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dprom_debug.h45 #define PRM_DEBUG(q) if (prom_debug) { \ macro
70 #define PRM_DEBUG(q)
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dprom_debug.h49 #define PRM_DEBUG(q) do { \ macro