Lines Matching refs:kdebug
28 use crate::{kdebug, kinfo};
269 kdebug!("NO_EXECUTE_ENABLE is false, set XD_RESERVED to true"); in init_xd_rsvd()
309 kdebug!("bootstrap info: {:?}", unsafe { BOOTSTRAP_MM_INFO }); in mm_init()
310 kdebug!("phys[0]=virt[0x{:x}]", unsafe { in mm_init()
327 kdebug!("PhysArea[0..10] = {:?}", &PHYS_MEMORY_AREAS[0..10]); in allocator_init()
330 kdebug!( in allocator_init()
351 kdebug!("PageMapper created"); in allocator_init()
363 kdebug!("Successfully emptied page table"); in allocator_init()
387 kdebug!( in allocator_init()
406 kdebug!("To enable new page table."); in allocator_init()
416 kdebug!("New page table enabled"); in allocator_init()
418 kdebug!("Successfully enabled new page table"); in allocator_init()
428 kdebug!("Text UI enabled"); in allocator_init()
441 kdebug!("Test buddy, round: {i}"); in test_buddy()
506 kdebug!( in test_buddy()
513 kdebug!("Now, to release buddy memory"); in test_buddy()
521 kdebug!("release done!, allocated: {allocated}, free_count: {free_count}"); in test_buddy()