Searched refs:script (Results 1 – 25 of 31) sorted by relevance
12
/arch/ia64/kernel/ |
D | unwind.c | 138 } script; member 1214 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match() argument 1216 read_lock(&script->lock); in cache_match() 1217 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match() 1220 read_unlock(&script->lock); in cache_match() 1227 struct unw_script *script = unw.cache + info->hint; in script_lookup() local 1239 if (cache_match(script, ip, pr)) { in script_lookup() 1241 return script; in script_lookup() 1248 script = unw.cache + index; in script_lookup() 1250 if (cache_match(script, ip, pr)) { in script_lookup() [all …]
|
/arch/m68k/kernel/ |
D | vmlinux-nommu.lds | 3 * vmlinux.lds.S -- master linker script for m68knommu arch 7 * This linker script is equipped to build either ROM loaded or RAM
|
D | vmlinux-sun3.lds | 2 /* ld script to make m68k Linux kernel */
|
D | vmlinux-std.lds | 2 /* ld script to make m68k Linux kernel */
|
/arch/unicore32/ |
D | .gitignore | 6 # Generated ld script file
|
/arch/mips/boot/compressed/ |
D | ld.script | 2 * ld.script for compressed kernel support of MIPS
|
D | Makefile | 100 vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
|
/arch/x86/boot/ |
D | setup.ld | 4 * Linker script for the i386 setup code
|
/arch/sh/include/mach-ecovec24/mach/ |
D | partner-jet-setup.txt | 6 LIST "This script can be used to boot the kernel from RAM via JTAG:"
|
/arch/sh/include/mach-kfr2r09/mach/ |
D | partner-jet-setup.txt | 5 LIST "This script can be used to boot the kernel from RAM via JTAG:"
|
/arch/m32r/platforms/oaks32r/ |
D | dot.gdbinit.nommu | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
/arch/frv/kernel/ |
D | entry-table.S | 47 # The linker script places the user mode and kernel mode trap tables on to
|
/arch/m32r/platforms/mappi/ |
D | dot.gdbinit.nommu | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
D | dot.gdbinit | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_300MHz_32MB | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
D | dot.gdbinit_400MHz_32MB | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
D | dot.gdbinit_200MHz_16MB | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
/arch/cris/arch-v10/kernel/ |
D | head.S | 192 ;; in the linker-script. 347 move.d ibr_start,$r0 ; this symbol is set by the linker script
|
/arch/cris/arch-v32/kernel/ |
D | head.S | 203 ;; variables used below are correctly set up by the linker script.
|
/arch/arm/boot/dts/ |
D | imx35.dtsi | 294 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx35.bin";
|
D | imx53-tx53.dtsi | 500 fsl,sdma-ram-script-name = "sdma-imx53.bin";
|
D | imx50.dtsi | 446 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx50.bin";
|
D | imx51.dtsi | 482 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
|
D | imx25.dtsi | 531 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx25.bin";
|
/arch/m68k/ |
D | Kconfig.machine | 394 Define a ROM region for the linker script. This creates a kernel
|
12