| /linux/arch/m68k/fpsp040/ |
| H A D | sint.S | 2 | sint.sa 3.1 12/10/90 4 | The entry point sINT computes the rounded integer 8 | Entry points sint and sintrz are called from do_func 12 | Input: (Entry points sint and sintrz) Double-extended 25 | Algorithm: (sint and sintrz) 57 |SINT idnt 2,1 | Motorola 040 Floating Point Software Package 76 .global sint 77 sint: label 138 | Real work of sint is in sintexc
|
| H A D | Makefile | 8 scosh.o setox.o sgetem.o sint.o slog2.o slogn.o \
|
| H A D | bindec.S | 551 | the size to extended. The sintdo entry point in the sint 596 bsr sintdo |sint routine returns int in fp0 601 moveml (%a7)+,%d0-%d1/%a0-%a1 |restore regs used by sint
|
| H A D | tbldo.S | 38 |xref sint,sintd,sintrz 58 .long sint |$01-0 fint norm
|
| /linux/drivers/hv/ |
| H A D | mshv_vtl_main.c | 237 union hv_synic_sint sint; in mshv_vtl_synic_enable_regs() local 239 sint.as_uint64 = 0; in mshv_vtl_synic_enable_regs() 240 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_vtl_synic_enable_regs() 241 sint.masked = false; in mshv_vtl_synic_enable_regs() 242 sint.auto_eoi = hv_recommend_using_aeoi(); in mshv_vtl_synic_enable_regs() 247 sint.as_uint64); in mshv_vtl_synic_enable_regs() 249 /* VTL2 Host VSP SINT is (un)masked when the user mode requests that */ in mshv_vtl_synic_enable_regs() 857 union hv_synic_sint sint; in mshv_vtl_synic_mask_vmbus_sint() local 860 sint.as_uint64 = 0; in mshv_vtl_synic_mask_vmbus_sint() 861 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_vtl_synic_mask_vmbus_sint() [all …]
|
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 1212 TP_PROTO(int vcpu_id, u32 sint), 1213 TP_ARGS(vcpu_id, sint), 1217 __field(u32, sint) 1222 __entry->sint = sint; 1225 TP_printk("vcpu_id %d sint %u", __entry->vcpu_id, __entry->sint) 1232 TP_PROTO(int vcpu_id, u32 sint, int vector, int ret), 1233 TP_ARGS(vcpu_id, sint, vector, ret), 1237 __field(u32, sint) 1244 __entry->sint = sint; 1249 TP_printk("vcpu_id %d sint %u vector %d ret %d", [all …]
|
| /linux/Documentation/netlink/specs/ |
| H A D | nlctrl.yaml | 43 - sint
|
| H A D | dpll.yaml | 465 type: sint 514 type: sint
|
| /linux/Documentation/netlink/ |
| H A D | genetlink.yaml | 139 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
|
| H A D | genetlink-c.yaml | 176 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
|
| H A D | genetlink-legacy.yaml | 225 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
|
| H A D | netlink-raw.yaml | 248 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | nlspec.py | 194 self.is_auto_scalar = self.type in ("sint", "uint")
|
| H A D | ynl.py | 123 'bitfield32', 'sint', 'uint'])
|
| /linux/drivers/gpu/drm/msm/registers/adreno/ |
| H A D | a4xx.xml | 967 <bitfield name="SINT" low="8" high="15" type="hex"/> 974 <bitfield name="SINT" low="8" high="15" type="hex"/> 981 <bitfield name="SINT" low="8" high="15" type="hex"/> 988 <bitfield name="SINT" low="8" high="15" type="hex"/>
|
| /linux/include/hyperv/ |
| H A D | hvgdk_mini.h | 620 /* mshv assigned SINT for doorbell */
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1026 __u32 sint; member
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 1868 scalars = {'u8', 'u16', 'u32', 'u64', 's8', 's16', 's32', 's64', 'uint', 'sint'}
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 13983 # the size to extended. The sintdo entry point in the sint 14029 # bsr sintdo # sint routine returns int in fp0 14048 movm.l (%sp)+,&0x303 # restore regs used by sint {%d0-%d1/%a0-%a1}
|
| H A D | fpsp.S | 24023 # the size to extended. The sintdo entry point in the sint 24069 # bsr sintdo # sint routine returns int in fp0 24088 movm.l (%sp)+,&0x303 # restore regs used by sint {%d0-%d1/%a0-%a1}
|