| /linux/arch/s390/kvm/ |
| A D | diag.c | 33 VCPU_EVENT(vcpu, 5, "diag release pages %lX %lX", start, end); in diag_release_pages() 75 VCPU_EVENT(vcpu, 3, "diag page reference parameter block at 0x%llx", in __diag_page_ref_service() 88 VCPU_EVENT(vcpu, 3, "pageref token addr 0x%llx " in __diag_page_ref_service() 120 VCPU_EVENT(vcpu, 3, "pageref cancel addr 0x%llx", parm.token_addr); in __diag_page_ref_service() 147 VCPU_EVENT(vcpu, 5, "%s", "diag time slice end"); in __diag_time_slice_end() 192 VCPU_EVENT(vcpu, 5, in __diag_time_slice_end_directed() 202 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: done", tid); in __diag_time_slice_end_directed() 205 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: ignored", tid); in __diag_time_slice_end_directed() 215 VCPU_EVENT(vcpu, 3, "diag ipl functions, subcode %lx", subcode); in __diag_ipl_functions() 238 VCPU_EVENT(vcpu, 3, "requesting userspace resets %llx", in __diag_ipl_functions() [all …]
|
| A D | sigp.c | 39 VCPU_EVENT(vcpu, 4, "sensed status of cpu %x rc %x", dst_vcpu->vcpu_id, in __sigp_sense() 55 VCPU_EVENT(vcpu, 4, "sent sigp emerg to cpu %x", in __inject_sigp_emergency() 108 VCPU_EVENT(vcpu, 4, "sent sigp ext call to cpu %x", in __sigp_external_call() 126 VCPU_EVENT(vcpu, 4, "sent sigp stop to cpu %x", in __sigp_stop() 145 VCPU_EVENT(vcpu, 4, "sent sigp stop and store status to cpu %x", in __sigp_stop_and_store_status() 234 VCPU_EVENT(vcpu, 4, "sensed running status of cpu %x rc %x", in __sigp_sense_running() 340 VCPU_EVENT(vcpu, 4, in handle_sigp_dst() 391 VCPU_EVENT(vcpu, 3, "SIGP: order %u for CPU %d handled in userspace", in handle_sigp_order_in_user_space()
|
| A D | priv.c | 39 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: RI (lazy)"); in handle_ri() 60 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: GS (lazy)"); in handle_gs() 104 VCPU_EVENT(vcpu, 3, "SCK: setting guest TOD to 0x%llx", gtod.tod); in handle_set_clock() 215 VCPU_EVENT(vcpu, 3, "enabling storage keys for guest: %d", rc); in kvm_s390_skey_check_enable() 239 VCPU_EVENT(vcpu, 4, "%s", "retrying storage key operation"); in try_handle_skey() 435 VCPU_EVENT(vcpu, 4, "%s", "retrying ipte interlock operation"); in handle_ipte_interlock() 570 VCPU_EVENT(vcpu, 4, "%s", "I/O instruction"); in handle_io_inst() 704 VCPU_EVENT(vcpu, 3, "STFL: store facility list 0x%x", fac); in handle_stfl() 806 VCPU_EVENT(vcpu, 3, "STIDP: store cpu id 0x%llx", stidp_data); in handle_stidp() 859 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); in handle_stsi() [all …]
|
| A D | interrupt.c | 734 VCPU_EVENT(vcpu, 3, "%s", "deliver: cpu restart"); in __deliver_restart() 784 VCPU_EVENT(vcpu, 4, "%s", "deliver: sigp emerg"); in __deliver_emergency_signal() 817 VCPU_EVENT(vcpu, 4, "%s", "deliver: sigp ext call"); in __deliver_external_call() 1018 VCPU_EVENT(vcpu, 4, "deliver: sclp parameter 0x%x", in __deliver_service() 1104 VCPU_EVENT(vcpu, 4, in __deliver_virtio() 1186 VCPU_EVENT(vcpu, 4, "%s", "deliver: I/O (AI)"); in __deliver_io() 1313 VCPU_EVENT(vcpu, 3, "%s", "disabled wait"); in kvm_s390_handle_wait() 1324 VCPU_EVENT(vcpu, 3, "%s", "enabled wait w/o timer"); in kvm_s390_handle_wait() 1564 VCPU_EVENT(vcpu, 3, "inject: set prefix to %x", in __inject_set_prefix() 1609 VCPU_EVENT(vcpu, 3, "%s", "inject: restart int"); in __inject_sigp_restart() [all …]
|
| A D | kvm-s390.h | 52 #define VCPU_EVENT(d_vcpu, d_loglevel, d_string, d_args...)\ macro 104 VCPU_EVENT(vcpu, 3, "set prefix of cpu %03u to 0x%x", vcpu->vcpu_id, in kvm_s390_set_prefix()
|
| A D | kvm-s390.c | 2806 VCPU_EVENT(vcpu, 3, "%s", "free cpu"); in kvm_arch_vcpu_destroy() 3251 VCPU_EVENT(vcpu, 3, "AIV gisa format-%u enabled for cpu %03u", in kvm_s390_vcpu_setup() 3441 VCPU_EVENT(vcpu, 2, "gmap notifier for %lx-%lx", in kvm_gmap_notifier() 4076 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run() 4090 VCPU_EVENT(vcpu, 3, "%s", "fault in sie instruction"); in vcpu_post_run_fault_in_sie() 4123 VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", in vcpu_post_run() 4134 VCPU_EVENT(vcpu, 3, "%s", "machine check"); in vcpu_post_run() 4270 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: RI (sync_regs)"); in sync_regs_fmt2() 4281 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: GS (sync_regs)"); in sync_regs_fmt2() 4868 VCPU_EVENT(vcpu, 3, "PROTVIRT RESET CLEAR VCPU: rc %x rrc %x", in kvm_arch_vcpu_ioctl() [all …]
|
| A D | intercept.c | 388 VCPU_EVENT(vcpu, 3, "STHYI: fc: %llu addr: 0x%016llx", code, addr); in handle_sthyi()
|
| A D | vsie.c | 1139 VCPU_EVENT(vcpu, 3, "%s", "machine check"); in do_vsie_run()
|