/linux-4.1.27/arch/s390/kvm/ |
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() 209 VCPU_EVENT(vcpu, 4, "set prefix of cpu %02x to %x", in __sigp_set_prefix() 257 VCPU_EVENT(vcpu, 4, "sensed running status of cpu %x rc %x", in __sigp_sense_running() 363 VCPU_EVENT(vcpu, 4, in handle_sigp_dst() 414 VCPU_EVENT(vcpu, 4, "sigp order %u: completely handled in user space", in handle_sigp_order_in_user_space()
|
D | diag.c | 35 VCPU_EVENT(vcpu, 5, "diag release pages %lX %lX", start, end); in diag_release_pages() 143 VCPU_EVENT(vcpu, 5, "%s", "diag time slice end"); in __diag_time_slice_end() 158 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d", tid); in __diag_time_slice_end_directed() 177 VCPU_EVENT(vcpu, 5, "diag ipl functions, subcode %lx", subcode); in __diag_ipl_functions() 195 VCPU_EVENT(vcpu, 3, "requesting userspace resets %llx", in __diag_ipl_functions()
|
D | priv.c | 102 VCPU_EVENT(vcpu, 5, "setting prefix to %x", address); in handle_set_prefix() 132 VCPU_EVENT(vcpu, 5, "storing prefix to %x", address); in handle_store_prefix() 158 VCPU_EVENT(vcpu, 5, "storing cpu address to %llx", ga); in handle_store_cpu_address() 188 VCPU_EVENT(vcpu, 4, "%s", "retrying storage key operation"); in handle_skey() 199 VCPU_EVENT(vcpu, 4, "%s", "retrying ipte interlock operation"); in handle_ipte_interlock() 328 VCPU_EVENT(vcpu, 4, "%s", "I/O instruction"); in handle_io_inst() 373 VCPU_EVENT(vcpu, 5, "store facility list value %x", fac); in handle_stfl() 471 VCPU_EVENT(vcpu, 5, "%s", "store cpu id"); in handle_stidp() 524 VCPU_EVENT(vcpu, 4, "stsi: fc: %x sel1: %x sel2: %x", fc, sel1, sel2); in handle_stsi() 757 VCPU_EVENT(vcpu, 5, "cmma release %d pages", entries); in handle_essa() [all …]
|
D | interrupt.c | 312 VCPU_EVENT(vcpu, 4, "interrupt: pfault init parm:%x,parm64:%llx", in __deliver_pfault_init() 369 VCPU_EVENT(vcpu, 4, "interrupt: machine check mcic=%llx", in __deliver_machine_check() 404 VCPU_EVENT(vcpu, 4, "%s", "interrupt: cpu restart"); in __deliver_restart() 428 VCPU_EVENT(vcpu, 4, "interrupt: set prefix to %x", prefix.address); in __deliver_set_prefix() 451 VCPU_EVENT(vcpu, 4, "%s", "interrupt: sigp emerg"); in __deliver_emergency_signal() 478 VCPU_EVENT(vcpu, 4, "%s", "interrupt: sigp ext call"); in __deliver_external_call() 507 VCPU_EVENT(vcpu, 4, "interrupt: pgm check code:%x, ilc:%x", in __deliver_prog() 623 VCPU_EVENT(vcpu, 4, "interrupt: sclp parm:%x", in __deliver_service() 691 VCPU_EVENT(vcpu, 4, in __deliver_virtio() 742 VCPU_EVENT(vcpu, 4, "interrupt: I/O %llx", inti->type); in __deliver_io() [all …]
|
D | kvm-s390.h | 36 #define VCPU_EVENT(d_vcpu, d_loglevel, d_string, d_args...)\ macro
|
D | kvm-s390.c | 1118 VCPU_EVENT(vcpu, 3, "%s", "free cpu"); in kvm_arch_vcpu_destroy() 1455 VCPU_EVENT(vcpu, 2, "gmap notifier for %lx", address); in kvm_gmap_notifier() 1904 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run() 1916 VCPU_EVENT(vcpu, 3, "%s", "fault in sie instruction"); in vcpu_post_run_fault_in_sie() 1939 VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", in vcpu_post_run()
|