/linux-2.4.37.9/arch/ia64/kernel/ |
D | unwind.c | 139 } script; member 1188 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match() argument 1190 read_lock(&script->lock); in cache_match() 1191 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match() 1194 read_unlock(&script->lock); in cache_match() 1201 struct unw_script *script = unw.cache + info->hint; in script_lookup() local 1213 if (cache_match(script, ip, pr)) { in script_lookup() 1215 return script; in script_lookup() 1222 script = unw.cache + index; in script_lookup() 1224 if (cache_match(script, ip, pr)) { in script_lookup() [all …]
|
/linux-2.4.37.9/drivers/scsi/ |
D | 53c700.h | 240 __u32 *script; /* pointer to script location */ member 445 #define script_patch_32(script, symbol, value) \ argument 449 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \ 450 (script)[A_##symbol##_used[i]] = bS_to_host(val); \ 451 dma_cache_wback((unsigned long)&(script)[A_##symbol##_used[i]], 4); \ 457 #define script_patch_32_abs(script, symbol, value) \ argument 461 (script)[A_##symbol##_used[i]] = bS_to_host(value); \ 462 dma_cache_wback((unsigned long)&(script)[A_##symbol##_used[i]], 4); \ 469 #define script_patch_ID(script, symbol, value) \ argument 473 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \ [all …]
|
D | 53c7xx.c | 789 ncrcurrent[1] = (u32) virt_to_bus (hostdata->script) + in NCR53c7x0_driver_init() 1289 tmp = (hostdata->script + hostdata->script_count); in ncr53c7xx_init() 1366 memcpy ((void *) hostdata->script, (void *) SCRIPT, in NCR53c7x0_init_fixup() 1370 hostdata->script[LABELPATCHES[i]] += in NCR53c7x0_init_fixup() 1371 virt_to_bus(hostdata->script); in NCR53c7x0_init_fixup() 1374 patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_abort, in NCR53c7x0_init_fixup() 1376 patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_reject, in NCR53c7x0_init_fixup() 1378 patch_abs_32 (hostdata->script, 0, NCR53c7xx_zero, in NCR53c7x0_init_fixup() 1380 patch_abs_32 (hostdata->script, 0, NCR53c7xx_sink, in NCR53c7x0_init_fixup() 1382 patch_abs_32 (hostdata->script, 0, NOP_insn, in NCR53c7x0_init_fixup() [all …]
|
D | 53c7,8xx.c | 776 curr[1] = (u32) le32_to_cpu(virt_to_bus (hostdata->script) + in NCR53c7x0_driver_init() 1329 tmp = (hostdata->script + hostdata->script_count); in normal_init() 1611 memcpy ((void *) hostdata->script, (void *) SCRIPT, in NCR53c8x0_init_fixup() 1615 hostdata->script[LABELPATCHES[i]] += in NCR53c8x0_init_fixup() 1616 virt_to_bus(hostdata->script); in NCR53c8x0_init_fixup() 1619 patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_abort, in NCR53c8x0_init_fixup() 1621 patch_abs_32 (hostdata->script, 0, NCR53c7xx_msg_reject, in NCR53c8x0_init_fixup() 1623 patch_abs_32 (hostdata->script, 0, NCR53c7xx_zero, in NCR53c8x0_init_fixup() 1625 patch_abs_32 (hostdata->script, 0, NCR53c7xx_sink, in NCR53c8x0_init_fixup() 1627 patch_abs_32 (hostdata->script, 0, NOP_insn, in NCR53c8x0_init_fixup() [all …]
|
D | sim710.c | 258 u32 script[sizeof(SCRIPT)/4] __attribute__ ((aligned (4))); member 294 hostdata->script, virt_to_bus(hostdata->script)); in ncr_dump() 581 memcpy (hostdata->script, SCRIPT, sizeof(SCRIPT)); in sim710_driver_init() 583 hostdata->script[LABELPATCHES[i]] += virt_to_bus(hostdata->script); in sim710_driver_init() 584 patch_abs_32 (hostdata->script, 0, reselected_identify, in sim710_driver_init() 586 patch_abs_32 (hostdata->script, 0, msgin_buf, in sim710_driver_init() 588 patch_abs_32 (hostdata->script, 0, msg_reject, in sim710_driver_init() 590 patch_abs_32 (hostdata->script, 0, test1_src, in sim710_driver_init() 592 patch_abs_32 (hostdata->script, 0, test1_dst, in sim710_driver_init() 687 index = (u32)((u32 *)(bus_to_virt(NCR_read32(DSP_REG))) - hostdata->script); in handle_idd() [all …]
|
D | 53c7,8xx.h | 951 u32 script[8]; /* Size ?? Script used when target is member 1427 u32 script[0]; /* Relocated SCSI script */ member 1484 #define patch_abs_32(script, offset, symbol, value) \ argument 1487 (script)[A_##symbol##_used[i] - (offset)] += (value); \ 1491 (int)(offset), #script, (script)[A_##symbol##_used[i] - \ 1496 #define patch_abs_rwri_data(script, offset, symbol, value) \ argument 1499 (script)[A_##symbol##_used[i] - (offset)] = \ 1500 ((script)[A_##symbol##_used[i] - (offset)] & \ 1506 #define patch_abs_tci_data(script, offset, symbol, value) \ argument 1509 (script)[A_##symbol##_used[i] - (offset)] = \ [all …]
|
D | 53c7xx.h | 951 u32 script[8]; /* Size ?? Script used when target is member 1449 u32 script[0]; /* Relocated SCSI script */ member 1558 #define patch_abs_32(script, offset, symbol, value) \ argument 1561 (script)[A_##symbol##_used[i] - (offset)] += (value); \ 1565 (int)(offset), #script, (script)[A_##symbol##_used[i] - \ 1570 #define patch_abs_rwri_data(script, offset, symbol, value) \ argument 1573 (script)[A_##symbol##_used[i] - (offset)] = \ 1574 ((script)[A_##symbol##_used[i] - (offset)] & \ 1580 #define patch_abs_tci_data(script, offset, symbol, value) \ argument 1583 (script)[A_##symbol##_used[i] - (offset)] = \ [all …]
|
D | 53c700.c | 244 __u32 *script; in NCR_700_detect() local 267 script = (__u32 *)memory; in NCR_700_detect() 311 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect() 316 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect() 319 script_patch_32(script, MessageLocation, in NCR_700_detect() 321 script_patch_32(script, StatusAddress, in NCR_700_detect() 323 script_patch_32(script, ReceiveMsgAddress, in NCR_700_detect() 326 hostdata->script = script; in NCR_700_detect() 328 NCR_700_dma_cache_wback((unsigned long)script, sizeof(SCRIPT)); in NCR_700_detect() 368 hostdata->script, hostdata->pScript); in NCR_700_release() [all …]
|
D | 53c700.scr | 22 ; This script is designed to be modified for the particular command in 34 ; SG components is preceeded by a script fragment which moves the 36 ; SG segment jumps back to . However, this address is the first SG script 68 ; Combinations, since the script assembler can't process | 119 ; SCSI Messages we interpret in the script 136 ; This is where the script begins
|
D | sim710.h | 842 #define patch_abs_32(script, offset, symbol, value) \ argument 845 (script)[A_##symbol##_used[i] - (offset)] += (value); \ 848 (int)(offset), #script, (script)[A_##symbol##_used[i] - \
|
D | Makefile | 201 mv script.h 53c8xx_d.h 212 mv script.h 53c7xx_d.h 223 mv script.h sim710_d.h 234 mv script.h 53c700_d.h
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | Makefile | 11 COFF_LD_ARGS = -T ../ld.script -e _start -Ttext 0x00500000 -Bstatic 12 CHRP_LD_ARGS = -T ../ld.script -Ttext 0x01000000 62 coffboot: $(COFFOBJS) image.o $(LIBS) ../ld.script 66 coffboot.initrd: $(COFFOBJS) image.o $(LIBS) ../ld.script \ 87 vmlinux.elf-pmac: $(CHRPOBJS) $(LIBS) $(MKNOTE) image.o ../ld.script 95 ../images/ramdisk.image.gz ../ld.script
|
/linux-2.4.37.9/arch/ppc/boot/chrp/ |
D | Makefile | 11 LD_ARGS = -T ../ld.script -Ttext 0x00400000 53 zImage: $(OBJS) $(LIBS) $(ADDNOTE) ../ld.script 59 zImage.initrd: $(OBJS) $(LIBS) $(ADDNOTE) ../images/ramdisk.image.gz ../ld.script
|
/linux-2.4.37.9/arch/ppc/boot/prep/ |
D | Makefile | 24 LD_ARGS = -T ../ld.script -Ttext 0x00800000 -Bstatic 45 zImage: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz ../common/dummy.o \ 56 zImage.initrd: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz $(MKPREP) \
|
/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | Makefile | 94 LD_ARGS = -T ../ld.script -Ttext 0x00800000 -Bstatic 96 LD_ARGS := -T ../ld.script -Ttext 0x00180000 -Bstatic 99 LD_ARGS := -T ../ld.script -Ttext 0x00400000 -Bstatic 129 zvmlinux: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz ../common/dummy.o 138 zvmlinux.initrd: $(obj-y) $(LIBS) ../ld.script ../images/vmlinux.gz \
|
/linux-2.4.37.9/arch/mips64/ |
D | Makefile | 362 LOADSCRIPT = arch/mips64/ld.script.elf64 369 LOADSCRIPT = arch/mips64/ld.script.elf32 393 arch/mips64/ld.script.elf32: arch/mips64/ld.script.elf32.S 394 …ATH)/asm-mips64/sn/mapped_kernel.h -Umips arch/mips64/ld.script.elf32.S > arch/mips64/ld.script.el… 435 rm -f vmlinux.32 vmlinux.64 arch/$(ARCH)/ld.script.elf32
|
/linux-2.4.37.9/ |
D | REPORTING-BUGS | 28 First run the ver_linux script included as scripts/ver_linux, which 29 reports the version of some important subsystems. Run this script with 42 [6.] A small shell script or example program which triggers the 45 [7.1.] Software (add the output of the ver_linux script here)
|
/linux-2.4.37.9/arch/cris/ |
D | cris.ld | 1 /* ld script to make the Linux/CRIS kernel 5 * script. It is for example quite vital that all generated sections
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | 00-INDEX | 16 bz64wrap: helper script. Uncompressed input is piped to this script,
|
/linux-2.4.37.9/Documentation/ |
D | computone.txt | 68 i) run ip2mkdev (either the script below or the binary version) 86 i) run ip2mkdev (either the script below or the binary version) 128 kernel source files. A build script (ip2build) was included which applies 131 patch format build script. That form can also be applied by 246 not wish to compile the binary utilities, the shell script below can be 248 use the ip2mkdev script, you must have procfs enabled and the proc file 301 8. ip2mkdev shell script 303 Previously, this script was simply attached here. It is now attached as a 304 shar archive to make it easier to extract the script from the documentation. 305 To create the ip2mkdev shell script change to a convenient directory (/tmp [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | README.sb1000 | 96 You may also wish to modify the firewall script to implement a different 99 9.) Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be 132 to a default boot-time configuration script.) 136 command should probably be added to the /etc/ppp/cablemodem script 162 5.) The firewall script isn't working (with 2.2.x and higher kernels). 164 Solution -- Use the ipfwadm2ipchains script referenced above to convert the 165 /etc/ppp/firewall script from the deprecated ipfwadm commands to ipchains.
|
/linux-2.4.37.9/scripts/lxdialog/ |
D | BIG.FAT.WARNING | 3 kernel configuration script. Please do not bother Savio Lam with
|
/linux-2.4.37.9/Documentation/sound/ |
D | es1371 | 24 does not work. Instead, you may use the play script from 27 The script automatically determines the audio format
|
D | ChangeLog.awe | 92 - Fix installation script 110 - Make symlink on /usr/include/asm in install script 157 - Rewrite installation script 162 - Fix installation script
|
/linux-2.4.37.9/drivers/sbus/audio/ |
D | Config.in | 2 # Configuration script for sparcaudio subsystem
|