Home
last modified time | relevance | path

Searched refs:kerror (Results 1 – 25 of 28) sorted by relevance

12

/DragonOS-0.1.2/kernel/src/exception/
Dtrap.c15kerror("do_divide_error(0),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\t pid=%d\n", err… in do_divide_error()
77kerror("do_bounds(5),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\n", error_code, regs->… in do_bounds()
88kerror("do_undefined_opcode(6),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d, pid:%ld", e… in do_undefined_opcode()
99kerror("do_dev_not_avaliable(7),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\n", error_c… in do_dev_not_avaliable()
123kerror("do_coprocessor_segment_overrun(9),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\n… in do_coprocessor_segment_overrun()
166kerror("do_segment_not_exists(11),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\n", error… in do_segment_not_exists()
177kerror("do_stack_segment_fault(12),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\n", erro… in do_stack_segment_fault()
188kerror("do_general_protection(13),\tError Code:%#18lx,\tRSP:%#18lx,\tRIP:%#18lx\t CPU:%d\tpid=%ld\… in do_general_protection()
220kerror("do_page_fault(14),Error code :%#018lx,RSP:%#018lx, RBP=%#018lx, RIP:%#018lx CPU:%d, pid=%d… in do_page_fault()
222 kerror("regs->rax = %#018lx\n", regs->rax); in do_page_fault()
[all …]
Dirq.c163 kerror("irq_register(): invalid irq num: %ld.", irq_num); in irq_register()
/DragonOS-0.1.2/kernel/src/mm/
Dmmio.c70 kerror("failed to create mmio vma. pid=%d", current_pcb->pid); in mmio_create()
94kerror("mmio_release failed: vma not found. At address: %#018lx, pid=%ld", vaddr + i, current_pcb-… in mmio_release()
100 kerror("mmio_release failed: addr_start is not equal to current: %#018lx.", vaddr + i); in mmio_release()
116 kerror("mmio_release give_back failed: "); in mmio_release()
Dmm-stat.c56 kerror("In __count_empty_2m_pages: param: zone invalid."); in __count_empty_2m_pages()
100 kerror("In __count_in_using_2m_pages: param: zone invalid."); in __count_in_using_2m_pages()
Dmmap.c191kerror("Map memory failed. use4k=%d, vaddr=%#018lx, paddr=%#018lx", use4k, virt_addr_start, phys_a… in mm_map_proc_page_table()
483kerror("Map addr failed: vma not found. At address: %#018lx, pid=%ld", vaddr + mapped, current_pcb… in mm_map()
504 kerror("Map addr failed."); in mm_map()
558kerror("Unmap addr failed: vma not found. At address: %#018lx, pid=%ld", vaddr + unmapped, current… in mm_unmap()
564kerror("Unmap addr failed: addr_start is not equal to current: %#018lx.", vaddr + unmapped); in mm_unmap()
580 kerror("Unmap addr failed."); in mm_unmap()
Dmm.c295 kerror("alloc_pages(): num is invalid."); in alloc_pages()
320 kerror("In alloc_pages: param: zone_select incorrect."); in alloc_pages()
441 kerror("free_pages() page is invalid."); in free_pages()
447 kerror("free_pages(): number %d is invalid.", number); in free_pages()
583 kerror("In mm_find_page: param: zone_select incorrect."); in mm_find_page()
659 kerror("cannot find page addr=%#018lx", phys); in mm_do_brk()
/DragonOS-0.1.2/kernel/src/driver/usb/
Dusb.c57 kerror("Error value of usb_pdevs[%d]->ProgIF: %#02x", i, usb_pdevs[i]->ProgIF); in usb_init()
/DragonOS-0.1.2/kernel/src/common/
Dkprint.h50 #define kerror(...) \ macro
/DragonOS-0.1.2/kernel/src/
Dlib.rs46 kerror!("Kernel Panic Occurred."); in panic()
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.1.md31 - rust下的kdebug kinfo kwarn kBUG kerror
215 * new: rust下的kdebug kinfo kwarn kBUG kerror
236 new: rust下的kdebug kinfo kwarn kBUG kerror宏 (#86)
238 * new: rust下的kdebug kinfo kwarn kBUG kerror
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/
Dahci.c399 kerror("Port is hung"); in ahci_read()
417 kerror("Read disk error"); in ahci_read()
426 kerror("Read disk error"); in ahci_read()
497 kerror("Write disk error"); in ahci_write()
504 kerror("Write disk error"); in ahci_write()
524 kerror("Cannot find free command list entry"); in ahci_find_cmdslot()
619 kerror("Unsupport ahci command: %#05lx", pack->blk_pak.cmd); in ahci_query_disk()
/DragonOS-0.1.2/kernel/src/libs/
Dmutex.c43kerror("In mutex_lock: no memory to alloc waiter. Program's behaviour might be indetermined!"); in mutex_lock()
Dprintk.rs76 macro_rules! kerror { macro
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c162 kerror("create dir 'dev' in rootfs failed"); in rootfs_init()
166 kerror("create dir 'proc' in rootfs failed"); in rootfs_init()
/DragonOS-0.1.2/kernel/src/driver/mouse/
Dps2_mouse.c166 kerror("Cannot set mouse ID to 3"); in ps2_mouse_enable_scroll_wheel()
189 kerror("Cannot set ps2_mouse ID to 4"); in ps2_mouse_enable_5keys()
/DragonOS-0.1.2/kernel/src/driver/interrupt/apic/
Dapic.c139 kerror("Both xAPIC and x2APIC are not enabled."); in apic_init_ap_core_local_apic()
287 kerror("This computer does not support APIC&xAPIC"); in apic_local_apic_init()
322 kerror("Both xAPIC and x2APIC are not enabled."); in apic_local_apic_init()
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
Ddcache.c109 kerror("dentry_put failed."); in vfs_dentry_put()
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c243 kerror("Unsupported device type [ %d ].", device_type); in devfs_register_device()
310 kerror("Error when try to unregister device"); in devfs_unregister_device()
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c325 kerror("The BIOS doesn't stop legacy support."); in xhci_hc_stop_legacy()
1035 kerror("slotid:%d, address device failed", slot_id); in xhci_set_address()
1215kerror("xhci wait interrupt: status=%#010x, complete_code=%d", status, xhci_get_comp_code(status)); in xhci_wait_for_interrupt()
1223 kerror(" USB xHCI Interrupt wait timed out."); in xhci_wait_for_interrupt()
1544 kerror("portid:%d: send enable slot failed", port_id); in xhci_get_descriptor()
1768 kerror("port_id:%d, configure endpoint %d failed", port_id, ep_num); in xhci_configure_endpoint()
1884 kerror("failed at xhci_configure_port, retval=%d", retval); in xhci_configure_port()
2070kerror("xhci_get_hid_report failed: host_controller:%d, port:%d, interface %d", id, port_id, inter… in xhci_get_hid_report()
2083 kerror("Initialize xhci controller failed: exceed the limit of max controllers."); in xhci_init()
2096 kerror("Initialize xhci controller failed: exceed the limit of max controllers."); in xhci_init()
[all …]
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat_ent.c251 kerror("Cannot allocate a new cluster!"); in fat32_find_empty_dentry()
472kerror("fat32_remove_entries: Failed to mark fat entry as unused for cluster:%d", data_cluster); in fat32_remove_entries()
Dfat32.c486 kerror("FAT32 error: Attempt to write the root inode"); in fat32_write_inode()
621 kerror("FAT32 FS(read) error!"); in fat32_read()
738 kerror("FAT32 FS(write) write disk error!"); in fat32_write()
1175 kerror("file position out of range! (cluster not exists)"); in fat32_readdir()
1195 kerror("Failed to read the file's first sector."); in fat32_readdir()
/DragonOS-0.1.2/kernel/src/driver/timers/HPET/
DHPET.c234 kerror("NO HPET found on this computer!"); in HPET_init()
/DragonOS-0.1.2/kernel/src/process/
Dprocess.c184 kerror("Not an ELF file: %s", path); in process_load_elf_file()
201 kerror("e_machine=%d", ehdr.e_machine); in process_load_elf_file()
210 kerror("Not executable file! filename=%s\tehdr->e_type=%d", path, ehdr.e_type); in process_load_elf_file()
/DragonOS-0.1.2/kernel/src/ipc/
Dsignal.rs15 kBUG, kdebug, kerror, kwarn,
426 kerror!( in do_signal()
622 kerror!("In setup frame: access check failed"); in setup_frame()
646 kerror!( in setup_frame()
Dsignal_types.rs14 use crate::kerror;
350 kerror!("Try to convert an invalid number to SignalNumber"); in from()

12