Home
last modified time | relevance | path

Searched refs:LTRACEF_LEVEL (Results 1 – 7 of 7) sorted by relevance

/lk-master/lib/fdtwalk/
A Dfdtwalk.c26 LTRACEF_LEVEL(3, "fdt %p, offset %d depth %d\n", fdt, offset, depth); in read_address_size_cells()
32 LTRACEF_LEVEL(3, "%p, len %d\n", prop_ptr, len); in read_address_size_cells()
38 LTRACEF_LEVEL(3, "%p, len %d\n", prop_ptr, len); in read_address_size_cells()
43 LTRACEF_LEVEL(3, "address-cells %u size-cells %u\n", address_cells[depth], size_cells[depth]); in read_address_size_cells()
68 LTRACEF_LEVEL(3, "fdt_next node offset %d, depth %d\n", offset, depth); in fdt_walk()
88 LTRACEF_LEVEL(2, "name '%s', depth %d, address cells %u, size cells %u\n", in fdt_walk()
96 LTRACEF_LEVEL(2, "found '%s' reg prop len %d, ac %u, sc %u\n", name, lenp, in fdt_walk()
129 LTRACEF_LEVEL(2, "found '%s' reg prop len %d, ac %u, sc %u\n", name, lenp, in fdt_walk()
157 LTRACEF_LEVEL(2, "found '%s' reg prop len %d, ac %u, sc %u\n", name, lenp, in fdt_walk()
169 LTRACEF_LEVEL(2, "found '%s' bus-range prop len %d, ac %u, sc %u\n", name, lenp, in fdt_walk()
/lk-master/dev/bus/pci/
A Decam.cpp115 LTRACEF_LEVEL(2, "state bus %#hhx dev_fn %#hhx reg %#x\n", state->bus, state->dev_fn, reg); in read_config_byte()
120 LTRACEF_LEVEL(2, "state bus %#hhx dev_fn %#hhx reg %#x\n", state->bus, state->dev_fn, reg); in read_config_half()
125 LTRACEF_LEVEL(2, "state bus %#hhx dev_fn %#hhx reg %#x\n", state->bus, state->dev_fn, reg); in read_config_word()
130 LTRACEF_LEVEL(2, "state bus %#hhx dev_fn %#hhx reg %#x\n", state->bus, state->dev_fn, reg); in write_config_byte()
135 LTRACEF_LEVEL(2, "state bus %#hhx dev_fn %#hhx reg %#x\n", state->bus, state->dev_fn, reg); in write_config_half()
140 LTRACEF_LEVEL(2, "state bus %#hhx dev_fn %#hhx reg %#x\n", state->bus, state->dev_fn, reg); in write_config_word()
/lk-master/arch/x86/64/
A Dmmu.c136 LTRACEF_LEVEL(2, "pde 0x%llx, pfn 0x%llx\n", pde, pfn); in get_pfn_from_pde()
203 LTRACEF_LEVEL(2, "pml4 0x%llx\n", pml4); in x86_mmu_get_mapping()
209 LTRACEF_LEVEL(2, "pml4e 0x%llx\n", pml4e); in x86_mmu_get_mapping()
217 LTRACEF_LEVEL(2, "pdpe 0x%llx\n", pdpe); in x86_mmu_get_mapping()
225 LTRACEF_LEVEL(2, "pde 0x%llx\n", pde); in x86_mmu_get_mapping()
475 LTRACEF_LEVEL(2, "table %p\n", table); in x86_mmu_unmap_entry()
480 LTRACEF_LEVEL(2, "offset %u\n", offset); in x86_mmu_unmap_entry()
488 LTRACEF_LEVEL(2, "offset %u\n", offset); in x86_mmu_unmap_entry()
496 LTRACEF_LEVEL(2, "offset %u\n", offset); in x86_mmu_unmap_entry()
504 LTRACEF_LEVEL(2, "offset %u\n", offset); in x86_mmu_unmap_entry()
[all …]
/lk-master/dev/timer/arm_generic/
A Darm_generic_timer.c147 LTRACEF_LEVEL(3, "cntp_ctl: 0x%x %x\n", cntp_ctl, read_cntp_ctl()); in write_cntp_ctl()
152 LTRACEF_LEVEL(3, "cntp_cval: 0x%016llx, %llu\n", cntp_cval, cntp_cval); in write_cntp_cval()
157 LTRACEF_LEVEL(3, "cntp_tval: 0x%08x, %d\n", cntp_tval, cntp_tval); in write_cntp_tval()
165 LTRACEF_LEVEL(3, "cntpct: 0x%016llx, %llu\n", cntpct, cntpct); in read_cntpct()
228LTRACEF_LEVEL(2, "lk_time_to_cntpct(%u): got %llu, expect %llu\n", lk_time, cntpct, expected_cntpc… in test_lk_time_to_cntpct()
243LTRACEF_LEVEL(2, "cntpct_to_lk_time(%llu): got %u, expect %u\n", cntpct, lk_time, expected_lk_time… in test_cntpct_to_lk_time()
252LTRACEF_LEVEL(2, "cntpct_to_lk_bigtime(%llu): got %llu, expect %llu\n", cntpct, lk_bigtime, expect… in test_cntpct_to_lk_bigtime()
/lk-master/arch/riscv/
A Dmmu.cpp83 LTRACEF_LEVEL(3, "canonical va %#lx, level %u = index %#x\n", va, level, index); in vaddr_to_index()
171 LTRACEF_LEVEL(3, "returning pa %#lx, va %p\n", *pa, pte); in alloc_ptable()
326 LTRACEF_LEVEL(2, "level %u, index %u, pte %p (%#lx) va %#lx\n", in riscv_pt_walk()
336 LTRACEF_LEVEL(2, "next level page table at %p, pa %#lx\n", ptv, ptp); in riscv_pt_walk()
373 LTRACEF_LEVEL(2, "new ptable table %p, pa %#lx\n", ptv, ptp); in riscv_pt_walk()
446 LTRACEF_LEVEL(2, "added new terminal entry: pte %#lx\n", temp_pte); in arch_mmu_map()
495LTRACEF_LEVEL(3, "raw pa %#lx, page_mask %#lx, final pa %#lx\n", pa, page_mask, *paddr); in arch_mmu_query()
501 LTRACEF_LEVEL(3, "computed flags %#x\n", *flags); in arch_mmu_query()
/lk-master/top/include/lk/
A Dtrace.h25 #define LTRACEF_LEVEL(level, x...) do { if (LOCAL_TRACE >= (level)) { TRACEF(x); } } while (0) macro
/lk-master/dev/interrupt/arm_gic/
A Darm_gic.c388 LTRACEF_LEVEL(2, "iar 0x%x cpu %u currthread %p vector %d pc 0x%lx\n", iar, cpu, in __platform_irq()
401 LTRACEF_LEVEL(2, "cpu %u exit %d\n", cpu, ret); in __platform_irq()

Completed in 21 milliseconds