Home
last modified time | relevance | path

Searched defs:ST (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h432 #define get32(ST, REG) (be32toh(ST.REG)) argument
433 #define getp32(ST, REG) (be32toh((ST)->REG)) argument
434 #define get64(ST, REG) (be64toh(ST.REG)) argument
435 #define getp64(ST, REG) (be64toh((ST)->REG)) argument
437 #define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \ argument
457 #define put32(ST, REG, X) (ST.REG = htobe32(X)) argument
458 #define putp32(ST, REG, X) ((ST)->REG = htobe32(X)) argument
459 #define put64(ST, REG, X) (ST.REG = htobe64(X)) argument
460 #define putp64(ST, REG, X) ((ST)->REG = htobe64(X)) argument
467 #define get_csb_ce(ST) ((uint32_t)getnn(ST, csb_ce)) argument
[all …]
/linux-6.15/arch/loongarch/lib/
H A Dxor_simd.c21 #define ST(reg, base, offset) \ macro
64 #define ST(reg, base, offset) \ macro
/linux-6.15/fs/nfsd/
H A Dnfs3acl.c226 #define ST 1 /* status*/ macro
H A Dnfs2acl.c313 #define ST 1 /* status*/ macro
H A Dnfsproc.c659 #define ST 1 /* status */ macro
H A Dnfs3proc.c837 #define ST 1 /* status*/ macro
/linux-6.15/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c26 #define ST(start, num) { (start) >> 2, (num) } macro
/linux-6.15/arch/powerpc/kernel/
H A Dalign.c39 #define ST 1 /* store */ macro
/linux-6.15/arch/x86/include/asm/
H A Dxor_32.h15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" macro
H A Dxor.h41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" macro
/linux-6.15/arch/arm/mach-rpc/
H A Ddma.c52 #define ST (IOMD_IO0ST - IOMD_IO0CURA) macro
/linux-6.15/arch/sparc/lib/
H A Dcopy_user.S59 #define ST(insn, dst, offset, reg, label) \ macro
/linux-6.15/arch/mips/include/asm/octeon/
H A Dcvmx.h212 #define CVMX_BUILD_WRITE64(TYPE, ST) \ argument
/linux-6.15/drivers/media/usb/gspca/
H A Dsq930x.c1121 #define ST(sensor, type) \ macro
/linux-6.15/drivers/usb/gadget/udc/
H A Dtegra-xudc.c61 #define ST 0x034 macro
/linux-6.15/arch/powerpc/xmon/
H A Dppc-opc.c351 #define ST E macro
/linux-6.15/drivers/scsi/
H A DFlashPoint.c710 #define ST 0x1D /*Status Phase */ macro