Searched refs:sel1 (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A 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), 400 __field(int, sel1) 408 __entry->sel1 = sel1; 414 __entry->fc, __entry->sel1, __entry->sel2,
|
| H A D | priv.c | 850 u8 fc, u8 sel1, u16 sel2) in insert_stsi_usr_data() argument 856 vcpu->run->s390_stsi.sel1 = sel1; in insert_stsi_usr_data() 863 int sel1 = vcpu->run->s.regs.gprs[0] & 0xff; in handle_stsi() local 871 VCPU_EVENT(vcpu, 3, "STSI: fc: %u sel1: %u sel2: %u", fc, sel1, sel2); in handle_stsi() 910 if (stsi((void *) mem, fc, sel1, sel2)) in handle_stsi() 914 if (sel1 != 2 || sel2 != 2) in handle_stsi() 922 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi() 923 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi() 937 insert_stsi_usr_data(vcpu, operand2, ar, fc, sel1, sel2); in handle_stsi() 940 trace_kvm_s390_handle_stsi(vcpu, fc, sel1, sel2, operand2); in handle_stsi()
|
| /linux/arch/s390/include/asm/ |
| H A D | sysinfo.h | 24 static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) in stsi() argument 26 int r0 = (fc << 28) | sel1; in stsi() 217 int stsi(void *sysinfo, int fc, int sel1, int sel2);
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | pumpkin-common.dtsi | 71 expcon-mux-sel1-hog {
|
| /linux/drivers/power/supply/ |
| H A D | ab8500_fg.c | 1943 int sel1; in ab8500_fg_battok_init_hw_register() local 1950 sel1 = di->bm->fg_params->battok_raising_th_sel1; in ab8500_fg_battok_init_hw_register() 1953 cbp_sel1 = ab8500_fg_battok_calc(di, sel1); in ab8500_fg_battok_init_hw_register() 1963 if (selected != sel1) in ab8500_fg_battok_init_hw_register() 1965 sel1, selected, cbp_sel1); in ab8500_fg_battok_init_hw_register()
|
| /linux/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zcu102-revA.dts | 265 gtr-sel1-hog { 269 line-name = "sel1";
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | motorola-mapphone-common.dtsi | 246 usb_gpio_mux_sel1: usb-gpio-mux-sel1-pins {
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 408 __u8 sel1; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 408 __u8 sel1; member
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 7891 __u8 sel1; 7897 @sel1 - selector 1
|