/linux-2.4.37.9/arch/s390/boot/ |
D | iplfba.S | 11 # program. The fba ipl loader only uses the CCW on 8-15 to load the first 512 13 # The second CCW is used to store the location of the load list. 23 l %r1,0xb8 # load ipl subchannel number 26 bras %r14,.Lloader # load loadlist 29 lhi %r12,0x200 # load address of loadlist 36 lr %r2,%r11 # load address 39 la %r11,0(%r5,%r11) # update load address 40 bras %r14,.Lloader # load chunk of the image 54 # %r2: load address (24 bit address) 56 # %r4: number of blocks to load (unsigned short)
|
/linux-2.4.37.9/arch/s390x/boot/ |
D | iplfba.S | 11 # program. The fba ipl loader only uses the CCW on 8-15 to load the first 512 13 # The second CCW is used to store the location of the load list. 23 l %r1,0xb8 # load ipl subchannel number 26 bras %r14,.Lloader # load loadlist 29 lhi %r12,0x200 # load address of loadlist 36 lr %r2,%r11 # load address 39 la %r11,0(%r5,%r11) # update load address 40 bras %r14,.Lloader # load chunk of the image 54 # %r2: load address (24 bit address) 56 # %r4: number of blocks to load (unsigned short)
|
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | fourbri.c | 230 static int diva_server_4bri_load(card_t *card, dia_load_t *load) in diva_server_4bri_load() argument 237 DPRINTF(("divas: loading Diva Server 4BRI[%d]", load->card_id)); in diva_server_4bri_load() 239 switch(load->code_type) in diva_server_4bri_load() 243 print_hdr(load->code, 0x80); in diva_server_4bri_load() 244 card->hw->features = GetProtFeatureValue((char *)&load->code[0x80]); in diva_server_4bri_load() 251 print_hdr(load->code, 0x0); in diva_server_4bri_load() 252 FirstCard = get_card(load->card_id - 3); in diva_server_4bri_load() 268 FirstCard = get_card(load->card_id - 3); in diva_server_4bri_load() 286 FirstCard = get_card(load->card_id - 3); in diva_server_4bri_load() 299 DPRINTF(("divas: 4BRI FPGA download - %d bytes", load->length)); in diva_server_4bri_load() [all …]
|
D | pri.c | 267 static int diva_server_load(card_t *card, dia_load_t *load) in diva_server_load() argument 277 switch(load->code_type) in diva_server_load() 281 print_hdr(load->code, 0x80); in diva_server_load() 288 print_hdr(load->code, 0x0); in diva_server_load() 322 length = (load->length - offset >= 400) ? 400 : load->length - offset; in diva_server_load() 326 UxCardMemOut(card->hw, &boot->data[i], load->code[offset+i]); in diva_server_load() 331 if (load->code[offset + i] != UxCardMemIn(card->hw, &boot->data[i])) in diva_server_load() 362 } while (offset < load->length); in diva_server_load()
|
D | bri.c | 197 int diva_server_bri_load(card_t *card, dia_load_t *load) in diva_server_bri_load() argument 206 switch (load->code_type) in diva_server_bri_load() 209 DPRINTF(("divas: loading RISC %s", &load->code[0x80])); in diva_server_bri_load() 211 card->hw->features = GetProtFeatureValue((char *)&load->code[0x80]); in diva_server_bri_load() 223 DPRINTF(("divas: DSP code \"%s\"", load->code)); in diva_server_bri_load() 270 DPRINTF(("divas: unknown code type %d", load->code_type)); in diva_server_bri_load() 275 DPRINTF(("divas: Writing %d bytes to adapter, address 0x%x", load->length, r3000_base)); in diva_server_bri_load() 281 dwLength = load->length; in diva_server_bri_load() 290 UxCardPortIoOut(card->hw, DivasIOBase, REG_DATA, load->code[i]); in diva_server_bri_load() 304 aWord = load->code[i]; in diva_server_bri_load()
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.avmb1 | 24 You need at least /dev/capi20 to load the firmware. 41 if you configure as modules load the modules this way: 49 if you have an B1-PCI card load the module b1pci.o 51 and load the firmware with 52 avmcapictrl load /lib/isdn/b1.t4 1 54 if you have an B1-ISA card load the module b1isa.o 57 and load the firmware by calling 58 avmcapictrl load /lib/isdn/b1.t4 1 60 if you have an T1-ISA card load the module t1isa.o 63 and load the firmware by calling [all …]
|
D | README.eicon | 59 You can load the module simply by using the insmod or modprobe function : 80 eiconctrl [-d DriverId] load etsi 84 eiconctrl [-d DriverId] load etsi -n -t1 -s1 89 eiconctrl [-d DriverId] load etsi -s2 -n
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | do_func.S | 99 | These routines load forced values into fp0. They are called 111 bsr ld_mzero |if neg, load neg zero, return here 119 bne ld_mzero |if neg, load neg zero 120 bra ld_pzero |load positive zero 311 beq ld_pzero |if pos then load +0 312 bra ld_mzero |else neg load -0 449 leal pscalet,%a1 |load start of jump table 450 movel (%a1,%d1.w*4),%a1 |load a1 with label depending on tag 461 beq ld_pzero |if pos then load +0 462 bra ld_mzero |if neg then load -0 [all …]
|
D | sint.S | 159 | Sign is +. If rp, load +1.0, if rm, load +0.0 162 beqs un_ldpone |if rp, load +1.0 163 bsr ld_pzero |if rm, load +0.0 169 | Sign is -. If rm, load -1.0, if rp, load -0.0 173 beqs un_ldmone |if rm, load -1.0 174 bsr ld_mzero |if rp, load -0.0
|
D | sgetem.S | 60 movew LOCAL_EX(%a0),%d0 |load resulting exponent into d0 74 | For normalized numbers, leave the mantissa alone, simply load 91 | then load the exponent with +/1 $3fff. 95 movel LOCAL_HI(%a0),%d0 |load ms mant in d0 96 movel LOCAL_LO(%a0),%d1 |load ls mant in d1
|
D | x_snan.S | 166 movel #4,%d0 |load byte count 178 movel %a0,%a1 |load dest addr into a1 179 movel %a7,%a0 |load src addr of snan into a0 188 movel #2,%d0 |load byte count 200 movel %a0,%a1 |load dest addr into a1 210 movel #1,%d0 |load byte count 221 movel %a0,%a1 |load dest addr into a1
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | entry.S | 71 l %r13,.Lentry_base-0b(%r13)# load &entry_base to %r13 79 bnz BASED(0f) # from user -> load kernel stack 84 l %r15,__LC_ASYNC_STACK # load async. stack 87 0: l %r15,__LC_KERNEL_STACK # problem state -> load ksp 105 lam %a0,%a15,SP_AREGS(%r15) # load the access registers 106 lm %r0,%r15,SP_R0(%r15) # load gprs 0-15 of user 112 l %r9,BASED(.Lc0xffffe000) # load pointer to task_struct to %r9
|
D | head.S | 63 # R2 = load address 74 ssch 0(%r3) # load chunk of IPL_BS bytes 163 .long 0x02000230,0x60000050 # by ipl and load the range 198 ssch 0(%r3) # load chunk of 1600 bytes 261 l %r1,0xb8 # load ipl subchannel number 262 la %r2,IPL_BS # load start address 263 bas %r14,.Lloader # load rest of ipl image 268 # load parameter file from ipl device 272 bas %r14,.Lloader # load parameter file 298 .Lnocv: la %r3,COMMAND_LINE-PARMAREA(%r12) # load adr. of command line [all …]
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | head.S | 63 # R2 = load address 74 ssch 0(%r3) # load chunk of IPL_BS bytes 163 .long 0x02000230,0x60000050 # by ipl and load the range 198 ssch 0(%r3) # load chunk of 1600 bytes 261 l %r1,0xb8 # load ipl subchannel number 262 la %r2,IPL_BS # load start address 263 bas %r14,.Lloader # load rest of ipl image 268 # load parameter file from ipl device 272 bas %r14,.Lloader # load parameter file 298 .Lnocv: la %r3,COMMAND_LINE-PARMAREA(%r12) # load adr. of command line [all …]
|
D | entry.S | 66 jnz 0f # from user -> load kernel stack 71 lg %r15,__LC_ASYNC_STACK # load async. stack 74 0: lg %r15,__LC_KERNEL_STACK # problem state -> load ksp 92 lam %a0,%a15,SP_AREGS(%r15) # load the access registers 93 lmg %r0,%r15,SP_R0(%r15) # load gprs 0-15 of user 99 lg %r9,__LC_KERNEL_STACK # load pointer to task_struct to %r9
|
/linux-2.4.37.9/arch/alpha/boot/ |
D | bootp.c | 111 load(unsigned long dst, unsigned long src, unsigned long count) in load() function 201 load(initrd_start, KERNEL_ORIGIN+KERNEL_SIZE, INITRD_IMAGE_SIZE); in start_kernel() 203 load(START_ADDR+(4*KERNEL_SIZE), KERNEL_ORIGIN, KERNEL_SIZE); in start_kernel() 204 load(START_ADDR, START_ADDR+(4*KERNEL_SIZE), KERNEL_SIZE); in start_kernel()
|
/linux-2.4.37.9/arch/ppc/boot/chrp/ |
D | Makefile | 46 --set-section-flags=.image=contents,alloc,load,readonly,data 50 --set-section-flags=.sysmap=contents,alloc,load,readonly,data 62 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data
|
/linux-2.4.37.9/arch/ppc/boot/prep/ |
D | Makefile | 49 --set-section-flags=.image=contents,alloc,load,readonly,data \ 60 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data \ 62 --set-section-flags=.image=contents,alloc,load,readonly,data \
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | unaligned.c | 23 load, /* ld, ldd, ldh, ldsh */ enumerator 42 return load; in decode_direction() 395 case load: in kernel_unaligned_trap() 426 int retval, check = (dir == load) ? VERIFY_READ : VERIFY_WRITE; in ok_for_user() 495 case load: in user_unaligned_trap()
|
/linux-2.4.37.9/Documentation/arm/SA1100/ |
D | Assabet | 92 load zImage -r -b 0x100000 96 load -m ymodem -r -b 0x100000 109 load ramdisk_image.gz -r -b 0x800000 116 fis load "Linux kernel" 139 To load this file: 141 load sample_img.jffs2 -r -b 0x100000 145 RedBoot> load sample_img.jffs2 -r -b 0x100000 203 fis load "Linux kernel" 229 >> load zImage -r -b 0x100000 230 >> load ramdisk_ks.gz -r -b 0x800000
|
D | Brutus | 23 Typically, you'll need angelboot to load the kernel. 38 Then load the kernel and ramdisk with: 43 host PC) is used by angel to load the kernel and ramdisk image. The serial
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | Makefile | 39 --set-section-flags=.image=contents,alloc,load,readonly,data 43 --set-section-flags=.sysmap=contents,alloc,load,readonly,data 70 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data 98 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | isp.S | 3104 mov.l ADDR(%a6),%a0 # load <ea> 3147 lea _CASHI(%pc),%a1 # load end of CAS core code 3150 lea _CASLO(%pc),%a1 # load begin of CAS core code 3197 # (4) Use "plpaw" instruction to pre-load ATC with effective # 3204 # (6) Use "plpar" instruction to do a re-load of ATC entries for # 3872 movq.l &0x1,%d0 # load user data fc 3875 movq.l &0x5,%d0 # load supervisor data fc 3894 # load the SFC and DFC with the appropriate mode. 3896 movc %d0,%sfc # load new sfc 3897 movc %d0,%dfc # load new dfc [all …]
|
/linux-2.4.37.9/arch/alpha/lib/ |
D | ev6-stxncpy.S | 166 ldq_u t1, 0(a1) # L : load first src word 196 ldq_u t2, 8(a1) # L : Latency=3 load second src word 256 ldq_u t2, 8(a1) # U : Latency=3 load high word for next time 297 and t12, 0x80, t6 # E : avoid dest word load if we can (stall) 317 and a1, 7, t6 # E : avoid final load if possible 322 ldq_u t2, 8(a1) # L : load final src word 338 ldq_u t1, 0(a1) # L : load first source word
|
D | stxcpy.S | 108 ldq_u t1, 0(a1) # e0 : load first src word 109 and a0, 7, t0 # .. e1 : take care not to load a word ... 183 ldq_u t2, 0(a1) # .. e1 : load high word for next time 218 and t12, 0x80, t6 # e0 : avoid dest word load if we can 235 ldq_u t1, 0(a1) # e0 : load first source word
|