Searched refs:severity (Results 1 – 6 of 6) sorted by relevance
| /hypervisor/debug/ |
| A D | logmsg.c | 35 void do_logmsg(uint32_t severity, const char *fmt, ...) in do_logmsg() argument 46 do_console_log = (severity <= console_loglevel); in do_logmsg() 47 do_mem_log = (severity <= mem_loglevel); in do_logmsg() 48 do_npk_log = (severity <= npk_loglevel); in do_logmsg() 68 timestamp, pcpu_id, current->name, severity, atomic_inc_return(&logmsg_ctl.seq)); in do_logmsg()
|
| /hypervisor/include/arch/x86/asm/ |
| A D | vm_config.h | 42 .severity = SEVERITY_SERVICE_VM 45 .severity = SEVERITY_SAFETY_VM 48 .severity = SEVERITY_STANDARD_VM 51 .severity = SEVERITY_RTVM 54 .severity = SEVERITY_STANDARD_VM 57 .severity = SEVERITY_RTVM 164 uint8_t severity; /* severity of the VM */ member
|
| /hypervisor/release/ |
| A D | logmsg.c | 10 void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {} in do_logmsg() argument
|
| /hypervisor/arch/x86/configs/ |
| A D | vm_config.c | 25 return vm_configs[vm_id].severity; in get_vm_severity()
|
| /hypervisor/include/debug/ |
| A D | logmsg.h | 53 void do_logmsg(uint32_t severity, const char *fmt, ...);
|
| /hypervisor/include/public/ |
| A D | acrn_common.h | 632 uint8_t severity; member
|
Completed in 9 milliseconds