/linux-4.4.14/mm/ |
D | zbud.c | 224 FIRST, enumerator 270 if (bud == FIRST) in encode_handle() 376 bud = FIRST; in zbud_alloc() 391 bud = FIRST; in zbud_alloc() 394 if (bud == FIRST) in zbud_alloc() 529 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page()
|
/linux-4.4.14/drivers/lguest/x86/ |
D | switcher_32.S | 341 .macro IRQ_STUBS FIRST LAST TARGET 342 irq=\FIRST 343 .rept \LAST-\FIRST+1
|
/linux-4.4.14/arch/mips/lib/ |
D | memcpy.S | 241 #define FIRST(unit) ((unit)*NBYTES) macro 242 #define REST(unit) (FIRST(unit)+NBYTES-1) 243 #define UNIT(unit) FIRST(unit) 418 LDFIRST(t3, FIRST(0)(src), .Ll_exc\@) 424 STFIRST(t3, FIRST(0)(dst), .Ls_exc\@) 445 LDFIRST(t0, FIRST(0)(src), .Ll_exc\@) 446 LDFIRST(t1, FIRST(1)(src), .Ll_exc_copy\@) 450 LDFIRST(t2, FIRST(2)(src), .Ll_exc_copy\@) 451 LDFIRST(t3, FIRST(3)(src), .Ll_exc_copy\@) 476 LDFIRST(t0, FIRST(0)(src), .Ll_exc\@)
|
D | csum_partial.S | 439 #define FIRST(unit) ((unit)*NBYTES) macro 440 #define REST(unit) (FIRST(unit)+NBYTES-1) 611 LDFIRST(t3, FIRST(0)(src), .Ll_exc\@) 616 STFIRST(t3, FIRST(0)(dst), .Ls_exc\@) 638 LDFIRST(t0, FIRST(0)(src), .Ll_exc\@) 639 LDFIRST(t1, FIRST(1)(src), .Ll_exc_copy\@) 643 LDFIRST(t2, FIRST(2)(src), .Ll_exc_copy\@) 644 LDFIRST(t3, FIRST(3)(src), .Ll_exc_copy\@) 670 LDFIRST(t0, FIRST(0)(src), .Ll_exc\@)
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-memcpy.S | 131 #define FIRST(unit) ((unit)*NBYTES) macro 132 #define REST(unit) (FIRST(unit)+NBYTES-1) 133 #define UNIT(unit) FIRST(unit) 329 EXC( LDFIRST t0, FIRST(0)(src), l_exc) 330 EXC( LDFIRST t1, FIRST(1)(src), l_exc_copy) 334 EXC( LDFIRST t2, FIRST(2)(src), l_exc_copy) 335 EXC( LDFIRST t3, FIRST(3)(src), l_exc_copy) 352 EXC( LDFIRST t0, FIRST(0)(src), l_exc)
|
/linux-4.4.14/Documentation/netlabel/ |
D | 00-INDEX | 8 - NetLabel introduction, READ THIS FIRST.
|
/linux-4.4.14/arch/arc/kernel/ |
D | ptrace.c | 116 #define REG_IN_CHUNK(FIRST, NEXT, PTR) \ in genregs_set() argument 120 offsetof(struct user_regs_struct, FIRST), \ in genregs_set()
|
/linux-4.4.14/Documentation/ |
D | mono.txt | 11 1) You MUST FIRST install the Mono CLR support, either by downloading
|
D | java.txt | 10 1) You MUST FIRST install the Java Developers Kit for Linux.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
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
|
D | satan.S | 281 andil #0xF8000000,XFRAC(%a6) | ...FIRST 5 BITS
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 153 #define FIRST 257 /* first free entry */ macro 177 db->max_ent = FIRST - 1; in bsd_clear()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.ymfsb | 4 FIRST OF ALL
|
D | Introduction | 49 Alan's comments in linux/drivers/sound/README.FIRST:
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 200 #define FIRST 257 /* first free entry */ macro 225 db->max_ent = FIRST-1; in bsd_clear()
|
/linux-4.4.14/Documentation/serial/ |
D | rocket.txt | 126 Remember, the FIRST RocketPort uses 68 I/O addresses. So, if you set it
|
/linux-4.4.14/Documentation/filesystems/ |
D | romfs.txt | 65 12 | checksum | The checksum of the FIRST 512 BYTES.
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
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
|
D | fpsp.S | 6387 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
|