| /linux/drivers/hv/ |
| H A D | mshv_synic.c | 464 union hv_synic_sint sint; in mshv_synic_cpu_init() 540 sint.as_uint64 = 0; in mshv_synic_cpu_init() 541 sint.vector = mshv_sint_vector; in mshv_synic_cpu_init() 542 sint.masked = false; in mshv_synic_cpu_init() 543 sint.auto_eoi = hv_recommend_using_aeoi(); in mshv_synic_cpu_init() 545 sint.as_uint64); in mshv_synic_cpu_init() 547 /* Doorbell SINT */ 548 sint.as_uint64 = 0; in mshv_synic_cpu_exit() 549 sint.vector = mshv_sint_vector; in mshv_synic_cpu_exit() 550 sint in mshv_synic_cpu_exit() local 458 union hv_synic_sint sint; mshv_synic_cpu_init() local [all...] |
| H A D | mshv_vtl_main.c | 236 union hv_synic_sint sint; in mshv_vtl_synic_enable_regs() local 238 sint.as_uint64 = 0; in mshv_vtl_synic_enable_regs() 239 sint.vector = HYPERVISOR_CALLBACK_VECTOR; in mshv_vtl_synic_enable_regs() 240 sint.masked = false; in mshv_vtl_synic_enable_regs() 241 sint.auto_eoi = hv_recommend_using_aeoi(); in mshv_vtl_synic_enable_regs() 246 sint.as_uint64); in mshv_vtl_synic_enable_regs() 248 /* VTL2 Host VSP SINT is (un)masked when the user mode requests that */ in mshv_vtl_synic_enable_regs() 856 union hv_synic_sint sint; in mshv_vtl_synic_mask_vmbus_sint() local 859 sint.as_uint64 = 0; in mshv_vtl_synic_mask_vmbus_sint() 860 sint in mshv_vtl_synic_mask_vmbus_sint() [all...] |
| H A D | hv.c | 326 /* Setup the shared SINT. */ in hv_hyp_synic_enable_regs() 386 * The SINT is set in hv_hyp_synic_enable_regs() by calling in hv_synic_init() 388 * SINT MSRs that write to the hypervisor version of the MSR *and* in hv_synic_init() 504 static bool __hv_synic_event_pending(union hv_synic_event_flags *event, int sint) in __hv_synic_event_pending() 514 event += sint; in __hv_synic_event_pending() 501 __hv_synic_event_pending(union hv_synic_event_flags * event,int sint) __hv_synic_event_pending() argument
|
| H A D | hv_common.c | 73 * for each SINT.
|
| /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/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 …]
|
| H A D | irq.c | 343 e->hv_sint.sint = ue->u.hv_sint.sint; in kvm_set_routing_entry()
|
| /linux/include/clocksource/ |
| H A D | hyperv_timer.h | 30 extern void hv_stimer_legacy_init(unsigned int cpu, int sint); 110 static inline void hv_stimer_legacy_init(unsigned int cpu, int sint) {} in hv_stimer_legacy_init() argument
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | mshyperv.c | 90 union hv_synic_sint sint = { .as_uint64 = value }; in hv_set_non_nested_msr() 92 sint.proxy = hv_para_sint_proxy; in hv_set_non_nested_msr() 93 native_wrmsrq(reg, sint.as_uint64); in hv_set_non_nested_msr() 89 union hv_synic_sint sint = { .as_uint64 = value }; hv_set_non_nested_msr() local
|
| /linux/Documentation/netlink/specs/ |
| H A D | nlctrl.yaml | 43 - sint
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_i2c_nuvoton.c | 161 * WPCT301/NPCT501/NPCT6XX SINT# supports only dataAvail 185 /* At this point we know that the SINT pin is asserted, so we in i2c_nuvoton_wait_for_stat()
|
| /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/include/hyperv/ |
| H A D | hvhdk.h | 265 u64 access_synic_regs : 1; /* SINT-related registers */
|
| H A D | hvgdk_mini.h | 620 /* mshv assigned SINT for doorbell */
|
| /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"/>
|
| H A D | a5xx.xml | 2030 <bitfield name="SINT" low="8" high="15" type="hex"/> 2036 <bitfield name="SINT" low="8" high="15" type="hex"/> 2042 <bitfield name="SINT" low="8" high="15" type="hex"/> 2048 <bitfield name="SINT" low="8" high="15" type="hex"/>
|
| /linux/include/uapi/linux/ |
| H A D | kvm.h | 1026 __u32 sint; 1025 __u32 sint; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1018 __u32 sint; member
|
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 123 'bitfield32', 'sint', 'uint'])
|