Searched refs:FIRST (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/mips/lib/ |
| H A D | memcpy.S | 249 #define FIRST(unit) ((unit)*NBYTES) macro 250 #define REST(unit) (FIRST(unit)+NBYTES-1) 251 #define UNIT(unit) FIRST(unit) 426 LDFIRST(t3, FIRST(0)(src), .Ll_exc\@) 432 STFIRST(t3, FIRST(0)(dst), .Ls_exc\@) 453 LDFIRST(t0, FIRST(0)(src), .Ll_exc\@) 454 LDFIRST(t1, FIRST(1)(src), .Ll_exc_copy\@) 458 LDFIRST(t2, FIRST(2)(src), .Ll_exc_copy\@) 459 LDFIRST(t3, FIRST(3)(src), .Ll_exc_copy\@) 484 LDFIRST(t0, FIRST(0)(src), .Ll_exc\@)
|
| H A D | csum_partial.S | 427 #define FIRST(unit) ((unit)*NBYTES) macro 428 #define REST(unit) (FIRST(unit)+NBYTES-1) 587 LDFIRST(t3, FIRST(0)(src)) 592 STFIRST(t3, FIRST(0)(dst)) 614 LDFIRST(t0, FIRST(0)(src)) 615 LDFIRST(t1, FIRST(1)(src)) 619 LDFIRST(t2, FIRST(2)(src)) 620 LDFIRST(t3, FIRST(3)(src)) 646 LDFIRST(t0, FIRST(0)(src))
|
| /linux/include/trace/ |
| H A D | bpf_probe.h | 94 #define FIRST(x, ...) x macro 103 FIRST(proto); \ 104 (void)BUILD_BUG_ON_ZERO(size != sizeof(*FIRST(args))); \ 137 #undef FIRST
|
| /linux/arch/mips/cavium-octeon/ |
| H A D | octeon-memcpy.S | 132 #define FIRST(unit) ((unit)*NBYTES) macro 133 #define REST(unit) (FIRST(unit)+NBYTES-1) 134 #define UNIT(unit) FIRST(unit) 324 EXC( LDFIRST t0, FIRST(0)(src), l_exc) 325 EXC( LDFIRST t1, FIRST(1)(src), l_exc_copy) 329 EXC( LDFIRST t2, FIRST(2)(src), l_exc_copy) 330 EXC( LDFIRST t3, FIRST(3)(src), l_exc_copy) 347 EXC( LDFIRST t0, FIRST(0)(src), l_exc)
|
| /linux/arch/arc/kernel/ |
| H A D | ptrace.c | 170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 174 offsetof(struct user_regs_struct, FIRST), \ in genregs_set()
|
| /linux/Documentation/admin-guide/ |
| H A D | mono.rst | 11 1) You MUST FIRST install the Mono CLR support, either by downloading
|
| H A D | java.rst | 10 1) You MUST FIRST install the Java Developers Kit for Linux.
|
| /linux/arch/m68k/fpsp040/ |
| H A D | slogn.S | 343 |--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1. 362 andil #0xFE000000,FFRAC(%a6) | ...FIRST 7 BITS OF Y
|
| H A D | satan.S | 281 andil #0xF8000000,XFRAC(%a6) | ...FIRST 5 BITS
|
| /linux/Documentation/networking/device_drivers/atm/ |
| H A D | iphase.rst | 7 READ ME FIRST
|
| /linux/Documentation/filesystems/ |
| H A D | romfs.rst | 69 12 | checksum | The checksum of the FIRST 512 BYTES.
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-drv.c | 2121 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, FIRST)) in xgbe_rx_buf1_len()
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 6274 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE 8240 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1. 8259 and.l &0xFE000000,FFRAC(%a6) # FIRST 7 BITS OF Y
|
| H A D | fpsp.S | 6387 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
|