| /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() 194 VCPU_EVENT(vcpu, 5, in __diag_time_slice_end_directed() 204 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: done", tid); in __diag_time_slice_end_directed() 207 VCPU_EVENT(vcpu, 5, "diag time slice end directed to %d: ignored", tid); in __diag_time_slice_end_directed() 217 VCPU_EVENT(vcpu, 3, "diag ipl functions, subcode %lx", subcode); in __diag_ipl_functions() 240 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() 368 VCPU_EVENT(vcpu, 4, in handle_sigp_dst() 419 VCPU_EVENT(vcpu, 3, "SIGP: order %u for CPU %d handled in userspace", in handle_sigp_order_in_user_space()
|
| A D | priv.c | 37 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: RI (lazy)"); in handle_ri() 58 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: GS (lazy)"); in handle_gs() 102 VCPU_EVENT(vcpu, 3, "SCK: setting guest TOD to 0x%llx", gtod.tod); in handle_set_clock() 226 VCPU_EVENT(vcpu, 3, "enabling storage keys for guest: %d", rc); in kvm_s390_skey_check_enable() 250 VCPU_EVENT(vcpu, 4, "%s", "retrying storage key operation"); in try_handle_skey() 446 VCPU_EVENT(vcpu, 4, "%s", "retrying ipte interlock operation"); in handle_ipte_interlock() 581 VCPU_EVENT(vcpu, 4, "%s", "I/O instruction"); in handle_io_inst() 719 VCPU_EVENT(vcpu, 3, "STFL: store facility list 0x%x", fac); in handle_stfl() 851 VCPU_EVENT(vcpu, 3, "STIDP: store cpu id 0x%llx", stidp_data); in handle_stidp() 904 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); in handle_stsi() [all …]
|
| A D | interrupt.c | 730 VCPU_EVENT(vcpu, 3, "%s", "deliver: cpu restart"); in __deliver_restart() 780 VCPU_EVENT(vcpu, 4, "%s", "deliver: sigp emerg"); in __deliver_emergency_signal() 813 VCPU_EVENT(vcpu, 4, "%s", "deliver: sigp ext call"); in __deliver_external_call() 1014 VCPU_EVENT(vcpu, 4, "deliver: sclp parameter 0x%x", in __deliver_service() 1100 VCPU_EVENT(vcpu, 4, in __deliver_virtio() 1182 VCPU_EVENT(vcpu, 4, "%s", "deliver: I/O (AI)"); in __deliver_io() 1309 VCPU_EVENT(vcpu, 3, "%s", "disabled wait"); in kvm_s390_handle_wait() 1320 VCPU_EVENT(vcpu, 3, "%s", "enabled wait w/o timer"); in kvm_s390_handle_wait() 1575 VCPU_EVENT(vcpu, 3, "inject: set prefix to %x", in __inject_set_prefix() 1620 VCPU_EVENT(vcpu, 3, "%s", "inject: restart int"); in __inject_sigp_restart() [all …]
|
| A D | kvm-s390.h | 71 #define VCPU_EVENT(d_vcpu, d_loglevel, d_string, d_args...)\ macro 123 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 | 3439 VCPU_EVENT(vcpu, 3, "%s", "free cpu"); in kvm_arch_vcpu_destroy() 3883 VCPU_EVENT(vcpu, 3, "AIV gisa format-%u enabled for cpu %03u", in kvm_s390_vcpu_setup() 4077 VCPU_EVENT(vcpu, 2, "gmap notifier for %lx-%lx", in kvm_gmap_notifier() 4709 VCPU_EVENT(vcpu, 6, "entering sie flags %x", cpuflags); in vcpu_pre_run() 4723 VCPU_EVENT(vcpu, 3, "%s", "fault in sie instruction"); in vcpu_post_run_fault_in_sie() 4756 VCPU_EVENT(vcpu, 6, "exit sie icptcode %d", in vcpu_post_run() 4767 VCPU_EVENT(vcpu, 3, "%s", "machine check"); in vcpu_post_run() 4902 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: RI (sync_regs)"); in sync_regs_fmt2() 4913 VCPU_EVENT(vcpu, 3, "%s", "ENABLE: GS (sync_regs)"); in sync_regs_fmt2() 5518 VCPU_EVENT(vcpu, 3, "PROTVIRT DUMP CPU %d rc %x rrc %x", in kvm_s390_handle_pv_vcpu_dump() [all …]
|
| A D | intercept.c | 419 VCPU_EVENT(vcpu, 3, "STHYI: fc: %llu addr: 0x%016llx", code, addr); in handle_sthyi()
|
| A D | vsie.c | 1168 VCPU_EVENT(vcpu, 3, "%s", "machine check"); in do_vsie_run()
|