Home
last modified time | relevance | path

Searched full:sint (Results 1 – 20 of 20) sorted by relevance

/linux/arch/m68k/fpsp040/
H A Dsint.S2 | 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 DMakefile8 scosh.o setox.o sgetem.o sint.o slog2.o slogn.o \
H A Dbindec.S551 | 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 Dtbldo.S38 |xref sint,sintd,sintrz
58 .long sint |$01-0 fint norm
/linux/drivers/hv/
H A Dmshv_vtl_main.c237 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 Dtrace.h1212 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 Dnlctrl.yaml43 - sint
H A Ddpll.yaml465 type: sint
514 type: sint
/linux/Documentation/netlink/
H A Dgenetlink.yaml139 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
H A Dgenetlink-c.yaml176 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
H A Dgenetlink-legacy.yaml225 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
H A Dnetlink-raw.yaml248 uint, sint, u8, u16, u32, u64, s8, s16, s32, s64,
/linux/tools/net/ynl/pyynl/lib/
H A Dnlspec.py194 self.is_auto_scalar = self.type in ("sint", "uint")
H A Dynl.py123 'bitfield32', 'sint', 'uint'])
/linux/drivers/gpu/drm/msm/registers/adreno/
H A Da4xx.xml967 <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 Dhvgdk_mini.h620 /* mshv assigned SINT for doorbell */
/linux/tools/include/uapi/linux/
H A Dkvm.h1026 __u32 sint; member
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1868 scalars = {'u8', 'u16', 'u32', 'u64', 's8', 's16', 's32', 's64', 'uint', 'sint'}
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S13983 # 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 Dfpsp.S24023 # 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}