Searched refs:FIRST (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/trace/
H A Dbpf_probe.h81 #define FIRST(x, ...) x macro
90 FIRST(proto); \
91 (void)BUILD_BUG_ON_ZERO(size != sizeof(*FIRST(args))); \
124 #undef FIRST macro
/linux-master/mm/
H A Dzbud.c122 FIRST, enumerator in enum:buddy
166 if (bud == FIRST)
268 bud = FIRST;
283 bud = FIRST;
286 if (bud == FIRST)
H A Dz3fold.c74 FIRST, enumerator in enum:buddy
564 bud = FIRST;
569 bud = FIRST;
602 int first_idx = __idx(zhdr, FIRST);
643 case FIRST:
1033 bud = FIRST;
1063 if (bud == FIRST)
1122 case FIRST:
1191 case FIRST:
1327 encode_handle(new_zhdr, FIRST);
[all...]
/linux-master/arch/mips/lib/
H A Dmemcpy.S249 #define FIRST(unit) ((unit)*NBYTES) define
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\@)
449 * It's OK to load FIRST(N+1) before REST(N) because the two addresses
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(
[all...]
H A Dcsum_partial.S427 #define FIRST(unit) ((unit)*NBYTES) define
428 #define REST(unit) (FIRST(unit)+NBYTES-1)
587 LDFIRST(t3, FIRST(0)(src))
592 STFIRST(t3, FIRST(0)(dst))
611 * It's OK to load FIRST(N+1) before REST(N) because the two addresses
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(
[all...]
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S132 #define FIRST(unit) ((unit)*NBYTES) define
133 #define REST(unit) (FIRST(unit)+NBYTES-1)
134 #define UNIT(unit) FIRST(unit)
321 * It's OK to load FIRST(N+1) before REST(N) because the two addresses
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-master/scripts/
H A Dfaddr2line245 [[ $FIRST = 0 ]] && echo
246 FIRST=0
299 FIRST=1
/linux-master/arch/arc/kernel/
H A Dptrace.c170 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \
174 offsetof(struct user_regs_struct, FIRST), \
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S343 |--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 Dsatan.S273 |--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
281 andil #0xF8000000,XFRAC(%a6) | ...FIRST 5 BITS
/linux-master/drivers/net/ppp/
H A Dbsd_comp.c200 #define FIRST 257 /* first free entry */ macro
225 db->max_ent = FIRST-1;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c2008 FIRST, 1);
2015 FIRST, 0);
H A Dxgbe-drv.c2382 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, FIRST))
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6274 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6281 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
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 Dfpsp.S6380 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6387 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
8346 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8365 and.l &0xFE000000,FFRAC(%a6) # FIRST 7 BITS OF Y

Completed in 233 milliseconds