Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/powerpc/nx-gzip/include/
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.3-rc2/fs/nfsd/
A Dnfs3acl.c226 #define ST 1 /* status*/ macro
A Dnfs2acl.c313 #define ST 1 /* status*/ macro
A Dnfsproc.c630 #define ST 1 /* status */ macro
A Dnfs3proc.c800 #define ST 1 /* status*/ macro
/linux-6.3-rc2/drivers/gpu/drm/etnaviv/
A Detnaviv_cmd_parser.c26 #define ST(start, num) { (start) >> 2, (num) } macro
/linux-6.3-rc2/arch/powerpc/kernel/
A Dalign.c39 #define ST 1 /* store */ macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dxor_32.h15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" macro
A Dxor.h41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" macro
/linux-6.3-rc2/arch/sparc/lib/
A Dcopy_user.S59 #define ST(insn, dst, offset, reg, label) \ macro
/linux-6.3-rc2/arch/arm/mach-rpc/
A Ddma.c52 #define ST (IOMD_IO0ST - IOMD_IO0CURA) macro
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Dcvmx.h212 #define CVMX_BUILD_WRITE64(TYPE, ST) \ argument
/linux-6.3-rc2/drivers/media/usb/gspca/
A Dsq930x.c1121 #define ST(sensor, type) \ macro
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dtegra-xudc.c62 #define ST 0x034 macro
/linux-6.3-rc2/drivers/scsi/
A DFlashPoint.c710 #define ST 0x1D /*Status Phase */ macro
/linux-6.3-rc2/arch/powerpc/xmon/
A Dppc-opc.c351 #define ST E macro

Completed in 47 milliseconds