/linux-4.4.14/arch/s390/kvm/ |
D | diag.c | 36 VCPU_EVENT(vcpu, 5, "diag release pages %lX %lX", start, end); in diag_release_pages() 78 VCPU_EVENT(vcpu, 3, "diag page reference parameter block at 0x%llx", in __diag_page_ref_service() 91 VCPU_EVENT(vcpu, 3, "pageref token addr 0x%llx " in __diag_page_ref_service() 123 VCPU_EVENT(vcpu, 3, "pageref cancel addr 0x%llx", parm.token_addr); in __diag_page_ref_service() 150 VCPU_EVENT(vcpu, 5, "%s", "diag time slice end"); in __diag_time_slice_end() 165 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d", tid); in __diag_time_slice_end_directed() 184 VCPU_EVENT(vcpu, 3, "diag ipl functions, subcode %lx", subcode); in __diag_ipl_functions() 203 VCPU_EVENT(vcpu, 3, "requesting userspace resets %llx", in __diag_ipl_functions()
|
D | sigp.c | 46 VCPU_EVENT(vcpu, 4, "sensed status of cpu %x rc %x", dst_vcpu->vcpu_id, in __sigp_sense() 62 VCPU_EVENT(vcpu, 4, "sent sigp emerg to cpu %x", in __inject_sigp_emergency() 115 VCPU_EVENT(vcpu, 4, "sent sigp ext call to cpu %x", in __sigp_external_call() 133 VCPU_EVENT(vcpu, 4, "sent sigp stop to cpu %x", in __sigp_stop() 152 VCPU_EVENT(vcpu, 4, "sent sigp stop and store status to cpu %x", in __sigp_stop_and_store_status() 254 VCPU_EVENT(vcpu, 4, "sensed running status of cpu %x rc %x", in __sigp_sense_running() 360 VCPU_EVENT(vcpu, 4, in handle_sigp_dst() 411 VCPU_EVENT(vcpu, 3, "SIGP: order %u for CPU %d handled in userspace", in handle_sigp_order_in_user_space()
|
D | priv.c | 50 VCPU_EVENT(vcpu, 3, "SCK: setting guest TOD to 0x%llx", val); in handle_set_clock() 120 VCPU_EVENT(vcpu, 3, "STPX: storing prefix 0x%x into 0x%llx", address, operand2); in handle_store_prefix() 146 VCPU_EVENT(vcpu, 3, "STAP: storing cpu address (%u) to 0x%llx", vcpu_id, ga); in handle_store_cpu_address() 158 VCPU_EVENT(vcpu, 3, "%s", "enabling storage keys for guest"); in __skey_check_enable() 177 VCPU_EVENT(vcpu, 4, "%s", "retrying storage key operation"); in handle_skey() 188 VCPU_EVENT(vcpu, 4, "%s", "retrying ipte interlock operation"); in handle_ipte_interlock() 317 VCPU_EVENT(vcpu, 4, "%s", "I/O instruction"); in handle_io_inst() 362 VCPU_EVENT(vcpu, 3, "STFL: store facility list 0x%x", fac); in handle_stfl() 460 VCPU_EVENT(vcpu, 3, "STIDP: store cpu id 0x%llx", stidp_data); in handle_stidp() 513 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); in handle_stsi() [all …]
|
D | interrupt.c | 305 VCPU_EVENT(vcpu, 4, "deliver: pfault init token 0x%llx", in __deliver_pfault_init() 362 VCPU_EVENT(vcpu, 3, "deliver: machine check mcic 0x%llx", in __deliver_machine_check() 397 VCPU_EVENT(vcpu, 3, "%s", "deliver: cpu restart"); in __deliver_restart() 443 VCPU_EVENT(vcpu, 4, "%s", "deliver: sigp emerg"); in __deliver_emergency_signal() 470 VCPU_EVENT(vcpu, 4, "%s", "deliver: sigp ext call"); in __deliver_external_call() 499 VCPU_EVENT(vcpu, 3, "deliver: program irq code 0x%x, ilc:%d", in __deliver_prog() 615 VCPU_EVENT(vcpu, 4, "deliver: sclp parameter 0x%x", in __deliver_service() 655 VCPU_EVENT(vcpu, 4, "deliver: pfault done token 0x%llx", in __deliver_pfault_done() 686 VCPU_EVENT(vcpu, 4, in __deliver_virtio() 737 VCPU_EVENT(vcpu, 4, "deliver: I/O 0x%llx", inti->type); in __deliver_io() [all …]
|
D | kvm-s390.h | 43 #define VCPU_EVENT(d_vcpu, d_loglevel, d_string, d_args...)\ macro 75 VCPU_EVENT(vcpu, 3, "set prefix of cpu %03u to 0x%x", vcpu->vcpu_id, in kvm_s390_set_prefix()
|
D | kvm-s390.c | 1187 VCPU_EVENT(vcpu, 3, "%s", "free cpu"); in kvm_arch_vcpu_destroy() 1543 VCPU_EVENT(vcpu, 2, "gmap notifier for %lx", address); in kvm_gmap_notifier() 2005 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run() 2017 VCPU_EVENT(vcpu, 3, "%s", "fault in sie instruction"); in vcpu_post_run_fault_in_sie() 2040 VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", in vcpu_post_run()
|