Searched refs:sel2 (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/arch/s390/kvm/ |
D | trace.h | 394 TP_PROTO(VCPU_PROTO_COMMON, int fc, int sel1, int sel2, u64 addr), 395 TP_ARGS(VCPU_ARGS_COMMON, fc, sel1, sel2, addr), 401 __field(int, sel2) 409 __entry->sel2 = sel2; 414 __entry->fc, __entry->sel1, __entry->sel2,
|
D | priv.c | 883 u8 fc, u8 sel1, u16 sel2) in insert_stsi_usr_data() argument 890 vcpu->run->s390_stsi.sel2 = sel2; in insert_stsi_usr_data() 897 int sel2 = vcpu->run->s.regs.gprs[1] & 0xffff; in handle_stsi() local 904 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); in handle_stsi() 943 if (stsi((void *) mem, fc, sel1, sel2)) in handle_stsi() 947 if (sel1 != 2 || sel2 != 2) in handle_stsi() 955 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi() 956 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi() 970 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi() 973 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi()
|
/linux-6.12.1/arch/s390/kernel/ |
D | sysinfo.c | 27 static inline int __stsi(void *sysinfo, int fc, int sel1, int sel2, int *lvl) in __stsi() argument 41 : [r1] "d" (sel2), in __stsi() 55 int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi() argument 59 rc = __stsi(sysinfo, fc, sel1, sel2, &lvl); in stsi()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | sysinfo.h | 191 int stsi(void *sysinfo, int fc, int sel1, int sel2);
|
/linux-6.12.1/arch/arm64/boot/dts/mediatek/ |
D | pumpkin-common.dtsi | 79 mrg-di-mux-sel2-hog {
|
/linux-6.12.1/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-zcu102-revA.dts | 259 gtr-sel2-hog { 263 line-name = "sel2";
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | motorola-mapphone-common.dtsi | 363 usb_gpio_mux_sel2: usb-gpio-mux-sel2-pins {
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | kvm.h | 394 __u16 sel2; member
|
/linux-6.12.1/include/uapi/linux/ |
D | kvm.h | 394 __u16 sel2; member
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 7520 __u16 sel2; 7526 @sel2 - selector 2
|