Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 16 of 16) sorted by relevance

/xnu-12377.81.4/osfmk/i386/
H A Dcpuid.c47 #define DBG(x...) \ macro
250 DBG("cpuid_fn(0x%08x) eax:0x%08x ebx:0x%08x ecx:0x%08x edx:0x%08x\n", in cpuid_fn()
340 DBG("cpuid_set_cache_info(%p)\n", info_p); in cpuid_set_cache_info()
388 DBG("cpuid(4) index=%d eax=0x%x\n", index, reg[eax]); in cpuid_set_cache_info()
432 DBG(" cache_size[%s] : %d\n", in cpuid_set_cache_info()
434 DBG(" cache_sharing[%s] : %d\n", in cpuid_set_cache_info()
436 DBG(" cache_partitions[%s]: %d\n", in cpuid_set_cache_info()
483 DBG(" vm_cache_geometry_colors: %d\n", vm_cache_geometry_colors); in cpuid_set_cache_info()
499 DBG(" cache_size[L2U] : %d\n", in cpuid_set_cache_info()
501 DBG(" cache_sharing[L2U] : 1\n"); in cpuid_set_cache_info()
[all …]
H A Dmtrr.c68 #define DBG(x...) kprintf(x) macro
70 #define DBG(x...) macro
200 DBG("CPU%d: %s\n", get_cpu_number(), __FUNCTION__); in mtrr_check_fix_ranges()
220 DBG("CPU%d: %s\n", get_cpu_number(), __FUNCTION__); in mtrr_check_var_ranges()
237 DBG("VAR -- BASE -------------- MASK -------------- SIZE\n"); in mtrr_msr_dump()
239 DBG(" %02x 0x%016llx 0x%016llx 0x%llx\n", i, in mtrr_msr_dump()
244 DBG("\n"); in mtrr_msr_dump()
246 DBG("FIX64K_00000: 0x%016llx\n", rdmsr64(MSR_IA32_MTRR_FIX64K_00000)); in mtrr_msr_dump()
247 DBG("FIX16K_80000: 0x%016llx\n", rdmsr64(MSR_IA32_MTRR_FIX16K_80000)); in mtrr_msr_dump()
248 DBG("FIX16K_A0000: 0x%016llx\n", rdmsr64(MSR_IA32_MTRR_FIX16K_A0000)); in mtrr_msr_dump()
[all …]
H A Dpal_routines.c51 #define DBG(x...) kprintf("PAL_DBG: " x) macro
53 #define DBG(x...) macro
158 DBG("pal_efi_call_in_64bit_mode(0x%016llx, %p, %p, %lu, %p)\n", in pal_efi_call_in_64bit_mode()
206 DBG("pal_efi_call_in_32bit_mode(0x%08x, %p, %p, %lu, %p)\n", in pal_efi_call_in_32bit_mode()
223 DBG("pal_efi_call_in_32bit_mode() efi_reg:\n"); in pal_efi_call_in_32bit_mode()
224 DBG(" rcx: 0x%016llx\n", efi_reg->rcx); in pal_efi_call_in_32bit_mode()
225 DBG(" rdx: 0x%016llx\n", efi_reg->rdx); in pal_efi_call_in_32bit_mode()
226 DBG(" r8: 0x%016llx\n", efi_reg->r8); in pal_efi_call_in_32bit_mode()
227 DBG(" r9: 0x%016llx\n", efi_reg->r9); in pal_efi_call_in_32bit_mode()
228 DBG(" rax: 0x%016llx\n", efi_reg->rax); in pal_efi_call_in_32bit_mode()
[all …]
H A Di386_init.c118 #define DBG(x, ...) kprintf(x, ##__VA_ARGS__) macro
121 #define DBG(x ...) macro
240 DBG("physmap_init_L2 page alloc failed when initting L2 for physAddr 0x%llx.\n", *physStart); in physmap_init_L2()
267 DBG("physmap_init_L3 page alloc failed when initting L3 for physAddr 0x%llx.\n", *physStart); in physmap_init_L3()
378 DBG("Physical address map base: 0x%qx\n", *new_physmap_base); in physmap_init()
380 DBG("Physical map idlepml4[%d]: 0x%llx\n", i, IdlePML4[i]); in physmap_init()
638 DBG("[MH] kcgen-style KC\n"); in i386_slide_and_rebase_image()
649 DBG("[MH] Sliding new-style KC: %llu\n", (unsigned long long)slide); in i386_slide_and_rebase_image()
727 DBG("revision 0x%x\n", kernelBootArgs->Revision); in vstart()
728 DBG("version 0x%x\n", kernelBootArgs->Version); in vstart()
[all …]
H A Dacpi.c98 #define DBG(x...) kprintf(x) macro
100 #define DBG(x...) macro
599 DBG("Invalid checksum for table [%s]@0x%lx!\n", (signature), \
633 DBG("Invalid NULL signature passed to acpi_find_table\n"); in acpi_find_table()
645 DBG("RSDP signature mismatch: Aborting acpi_find_table\n"); in acpi_find_table()
652 DBG("RSDP@0x%lx signature mismatch: Aborting acpi_find_table\n", in acpi_find_table()
660 DBG("RSDP XSDT Physical Address is 0!: Aborting acpi_find_table\n"); in acpi_find_table()
668 DBG("ERROR: XSDT@0x%lx checksum is non-zero; not using this XSDT\n", in acpi_find_table()
674 DBG("RSDP RSDT Physical Address is 0!: Aborting acpi_find_table\n"); in acpi_find_table()
682 DBG("ERROR: RSDT@0x%lx checksum is non-zero; not using this RSDT\n", in acpi_find_table()
[all …]
H A Dhpet.c87 #define DBG(x...) kprintf("DBG: " x) macro
89 #define DBG(x...) macro
216 DBG(" current RCBA.HPTC: %08X\n", *xmod); in hpet_init()
218 DBG("HPET memory is not enabled, " in hpet_init()
271 DBG(" CVT: TSC to HPET = %08X.%08X\n", in hpet_init()
276 DBG(" CVT: HPET to TSC = %08X.%08X\n", in hpet_init()
281 DBG(" CVT: BUS to HPET = %08X.%08X\n", in hpet_init()
286 DBG(" CVT: HPET to BUS = %08X.%08X\n", in hpet_init()
352 DBG("ml_hpet_cfg: HPET for cpu %d at %p, vector = %d\n", in ml_hpet_cfg()
434 DBG("HPET memory is not enabled, " in hpet_restore()
H A Dmp.c90 #define DBG(x...) kprintf(x) macro
92 #define DBG(x...) macro
359 DBG("start_cpu(%p) about to start cpu %d, lapic %d\n", in start_cpu()
373 DBG("start_cpu(%p) about to wait for cpu %d\n", in start_cpu()
436 DBG("intel_startCPU(%d) lapic_id=%d\n", slot_num, lapic); in intel_startCPU()
437 DBG("IdlePTD(%p): 0x%x\n", &IdlePTD, (int) (uintptr_t)IdlePTD); in intel_startCPU()
790 DBG("i386_signal_cpu(%d, 0x%x, SYNC) timed out\n", in i386_signal_cpu()
1024 DBG("CPU%d: %s\n", get_cpu_number(), __FUNCTION__); in setup_disable_intrs()
1032 DBG("CPU%d: %s\n", get_cpu_number(), __FUNCTION__); in teardown_restore_intrs()
1182 DBG("mp_cpus_call_init()\n"); in mp_cpus_call_init()
[all …]
H A Dmachine_routines.c63 #define DBG(x...) kprintf("DBG: " x) macro
65 #define DBG(x...) macro
159 DBG("ml_static_verify_page_protections: vaddr 0x%llx sz 0x%llx prot 0x%x\n", base, size, prot); in ml_static_verify_page_protections()
611 DBG( "registering CPU lapic id %d\n", lapic_id ); in ml_processor_register()
619 DBG( "about to start CPUs. %d registered\n", num_registered ); in ml_processor_register()
H A Dlapic_native.c64 #define DBG(x...) kprintf(x) macro
66 #define DBG(x...) macro
771 DBG("lapic_config_tsc_deadline_timer()\n"); in lapic_config_tsc_deadline_timer()
786 DBG("lapic_config_tsc_deadline_timer() done\n"); in lapic_config_tsc_deadline_timer()
H A Dfpu.c308 #define DBG(x...) kprintf("DBG: " x) macro
377 #define DBG(x...) macro
762 DBG("fpu_switch_context(%p,%p) new xstate: %s\n", in fpu_switch_context()
1542 DBG("fpu_savearea_promote_avx512(%p)\n", thread); in fpu_savearea_promote_avx512()
1672 DBG("fpUDflt(0x%016llx) prefix: 0x%x\n", in fpUDflt()
1713 DBG("fpUDflt() switching xstate to AVX512\n"); in fpUDflt()
/xnu-12377.81.4/osfmk/kern/
H A Daffinity.c56 #define DBG(x...) kprintf("DBG: " x) macro
58 #define DBG(x...) macro
136 DBG("thread_affinity_set(%p,%u)\n", thread, tag); in thread_affinity_set()
171 DBG("thread_affinity_set(%p,%u) removing from aset %p\n", in thread_affinity_set()
182 DBG("thread_affinity_set(%p,%u) found aset %p\n", in thread_affinity_set()
200 DBG("thread_affinity_set(%p,%u) (re-)using aset %p\n", in thread_affinity_set()
235 DBG("task_affinity_create(%p,%p)\n", parent_task, child_task); in task_affinity_create()
258 DBG("task_affinity_deallocate(%p) aspc %p task_count %d\n", in task_affinity_deallocate()
328 DBG("thread_affinity_dup(%p,%p) aset %p\n", parent, child, aset); in thread_affinity_dup()
356 DBG("thread_affinity_terminate(%p)\n", thread); in thread_affinity_terminate()
[all …]
H A Dtimer_call.c59 #define DBG(x...) kprintf("DBG: " x); macro
61 #define DBG(x...) macro
275 DBG("timer_call_queue_init(%p)\n", queue); in timer_call_queue_init()
286 DBG("timer_call_setup(%p,%p,%p)\n", call, func, param0); in timer_call_setup()
502 DBG("timer_call_enqueue_deadline_unlocked(%p,%p,)\n", call, queue); in timer_call_enqueue_deadline_unlocked()
560 DBG("timer_call_dequeue_unlocked(%p)\n", call); in timer_call_dequeue_unlocked()
836 DBG("timer_queue_shutdown(%p)\n", queue); in timer_queue_shutdown()
920 DBG("timer_queue_expire(%p,)\n", queue); in timer_queue_expire_with_options()
1134 DBG("timer_queue_migrate(%p,%p)\n", queue_from, queue_to); in timer_queue_migrate()
1460 DBG("timer_longterm_scan() paused %llu, qlen: %llu\n", in timer_longterm_scan()
[all …]
/xnu-12377.81.4/tools/tests/affinity/
H A Dsets.c102 #define DBG(x...) do { \ macro
210 DBG("Starting %s set: %d stage: %d\n", sp->name, lp->setnum, sp->stagenum); in manager_fn()
247 DBG(" %s[%d,%d] iteration %d waiting for buffer\n", in manager_fn()
256 DBG(" %s[%d,%d] iteration %d work %p data %p\n", in manager_fn()
269 DBG(" %s[%d,%d] iteration %d signaling work\n", in manager_fn()
276 DBG("Ending %s[%d,%d]\n", sp->name, lp->setnum, sp->stagenum); in manager_fn()
470 DBG(" empty work item %p for set %d data %p\n", in main()
493 DBG("Thread %d,%d status %d\n", i, j, status); in main()
H A Dpool.c101 #define DBG(x...) do { \ macro
217 DBG("Starting %s %d, stage: %d\n", sp->name, wp->setnum, sp->stagenum); in manager_fn()
258 DBG(" %s[%d,%d] todo %d waiting for buffer\n", in manager_fn()
278 DBG(" %s[%d,%d] todo %d work %p data %p\n", in manager_fn()
291 DBG(" %s[%d,%d] todo %d signaling work\n", in manager_fn()
301 DBG("Ending %s[%d,%d]\n", sp->name, wp->setnum, sp->stagenum); in manager_fn()
441 DBG(" empty work item %p for data %p\n", in main()
488 DBG("Thread %d,%d status %d\n", i, j, status); in main()
H A Dtags.c15 #define DBG(x...) do { \ macro
/xnu-12377.81.4/osfmk/x86_64/
H A Dpmap.c162 #define DBG(x...) kprintf("DBG: " x) macro
164 #define DBG(x...) macro
1129 DBG("pmap region %d [%p..[%p\n", in pmap_lowmem_finalize()
1144 DBG("- ml_static_mfree(%p,%p)\n", in pmap_lowmem_finalize()
1156 DBG("- ml_static_mfree(%p,%p)\n", in pmap_lowmem_finalize()
1230 DBG("ml_static_mfree(%p,%p) for padding below text\n", in pmap_lowmem_finalize()
1233 DBG("ml_static_mfree(%p,%p) for padding above text\n", in pmap_lowmem_finalize()
1250 DBG("myva: %p pdep: %p ptep: %p\n", in pmap_lowmem_finalize()
1263 DBG("pmap_store_pte(%p,0x%llx)\n", in pmap_lowmem_finalize()
2106 DBG("pmap_expand_pml4(%p,%p)\n", map, (void *)vaddr); in pmap_expand_pml4()
[all …]