/linux/mm/ |
H A D | zbud.c | 122 FIRST, enumerator 166 if (bud == FIRST) in encode_handle() 268 bud = FIRST; in zbud_alloc() 283 bud = FIRST; in zbud_alloc() 286 if (bud == FIRST) in zbud_alloc()
|
H A D | z3fold.c | 74 FIRST, enumerator 564 bud = FIRST; in get_free_buddy() 569 bud = FIRST; in get_free_buddy() 602 int first_idx = __idx(zhdr, FIRST); in compact_single_buddy() 643 case FIRST: in compact_single_buddy() 1033 bud = FIRST; in z3fold_alloc() 1063 if (bud == FIRST) in z3fold_alloc() 1122 case FIRST: in z3fold_free() 1191 case FIRST: in z3fold_map() 1327 encode_handle(new_zhdr, FIRST); in z3fold_page_migrate()
|
/linux/include/trace/ |
H A D | bpf_probe.h | 80 #define FIRST(x, ...) x macro 89 FIRST(proto); \ 90 (void)BUILD_BUG_ON_ZERO(size != sizeof(*FIRST(args))); \ 123 #undef FIRST
|
/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/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/scripts/ |
H A D | faddr2line | 300 [[ $FIRST = 0 ]] && echo 301 FIRST=0 357 FIRST=1
|
/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/drivers/net/ppp/ |
H A D | bsd_comp.c | 200 #define FIRST 257 /* first free entry */ macro 225 db->max_ent = FIRST-1; in bsd_clear()
|
/linux/Documentation/networking/device_drivers/atm/ |
H A D | iphase.rst | 7 READ ME FIRST
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | sunplus,sp7021-pinctrl.yaml | 87 - description: the FIRST registers
|
/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-dev.c | 2008 FIRST, 1); in xgbe_dev_read() 2015 FIRST, 0); in xgbe_dev_read()
|
H A D | xgbe-drv.c | 2382 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
|