Home
last modified time | relevance | path

Searched refs:severity (Results 1 – 6 of 6) sorted by relevance

/hypervisor/debug/
A Dlogmsg.c35 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 Dvm_config.h42 .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 Dlogmsg.c10 void do_logmsg(__unused uint32_t severity, __unused const char *fmt, ...) {} in do_logmsg() argument
/hypervisor/arch/x86/configs/
A Dvm_config.c25 return vm_configs[vm_id].severity; in get_vm_severity()
/hypervisor/include/debug/
A Dlogmsg.h53 void do_logmsg(uint32_t severity, const char *fmt, ...);
/hypervisor/include/public/
A Dacrn_common.h632 uint8_t severity; member

Completed in 10 milliseconds