Home
last modified time | relevance | path

Searched refs:log_buf (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/kvm/
Dvmm.c86 memset(vcpu->arch.log_buf, 0, VMM_LOG_LEN); in printk()
88 r = vsnprintf(vcpu->arch.log_buf, VMM_LOG_LEN, fmt, args); in printk()
Dkvm-ia64.c480 printk("VMM: %s", vcpu->arch.log_buf); in handle_vcpu_debug()
/arch/ia64/include/asm/
Dkvm_host.h443 char log_buf[VMM_LOG_LEN]; member