Searched refs:sel2 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/s390/kvm/ |
D | trace.h | 391 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr), 392 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr), 398 __field(int, sel2) 406 __entry->sel2 = sel2; 411 __entry->fc, __entry->sel1, __entry->sel2,
|
D | priv.c | 503 u8 fc, u8 sel1, u16 sel2) in insert_stsi_usr_data() argument 510 vcpu->run->s390_stsi.sel2 = sel2; in insert_stsi_usr_data() 517 int sel2 = vcpu->run->s.regs.gprs[1] & 0xffff; in handle_stsi() local 524 VCPU_EVENT(vcpu, 4, "stsi: fc: %x sel1: %x sel2: %x", fc, sel1, sel2); in handle_stsi() 555 if (stsi((void *) mem, fc, sel1, sel2)) in handle_stsi() 559 if (sel1 != 2 || sel2 != 2) in handle_stsi() 574 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi() 577 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sysinfo.h | 166 int stsi(void *sysinfo, int fc, int sel1, int sel2);
|
/linux-4.1.27/arch/s390/kernel/ |
D | sysinfo.c | 33 int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi() argument 36 register int r1 asm("1") = sel2; in stsi()
|
/linux-4.1.27/include/uapi/linux/ |
D | kvm.h | 330 __u16 sel2; member
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 3566 __u16 sel2; 3572 @sel2 - selector 2
|