Searched defs:i8 (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_asm.c | 204 static u16 nfp_swreg_to_rereg(swreg reg, bool is_dst, bool has_imm8, bool *i8) in nfp_swreg_to_rereg()
|
H A D | nfp_asm.h | 385 bool i8; member
|
/linux/rust/kernel/ |
H A D | types.rs | 490 unsafe impl FromBytes for i8 {} implementation 523 unsafe impl AsBytes for i8 {} implementation
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-fau.h | 307 uint64_t i8; in cvmx_fau_tagwait_fetch_and_add8() member
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 1138 u32 i8; member
|
/linux/drivers/gpu/drm/ |
H A D | drm_panic_qr.rs | 935 url: *const i8, in drm_panic_qr_generate()
|
/linux/arch/mips/include/uapi/asm/ |
H A D | inst.h | 1171 struct m16e_i8 i8; member
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 321 u16 areg, enum shf_op op, u16 breg, bool i8, bool sw, bool wr_both, in __emit_shf()
|
/linux/drivers/hid/bpf/progs/ |
H A D | hid_report_helpers.h | 37 #define i8(v_) ((__u8)(v_) + must_be((v_) >= -0x80 && (v_) <= 0xff, "not a i8/u8")) macro
|