Searched refs:script (Results 1 – 25 of 26) sorted by relevance
12
/arch/ia64/kernel/ |
D | unwind.c | 137 } script; member 1213 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match() argument 1215 read_lock(&script->lock); in cache_match() 1216 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match() 1219 read_unlock(&script->lock); in cache_match() 1226 struct unw_script *script = unw.cache + info->hint; in script_lookup() local 1238 if (cache_match(script, ip, pr)) { in script_lookup() 1240 return script; in script_lookup() 1247 script = unw.cache + index; in script_lookup() 1249 if (cache_match(script, ip, pr)) { in script_lookup() [all …]
|
/arch/m68k/kernel/ |
D | vmlinux-nommu.lds | 2 * vmlinux.lds.S -- master linker script for m68knommu arch 6 * This linker script is equipped to build either ROM loaded or RAM
|
D | vmlinux-sun3.lds | 1 /* ld script to make m68k Linux kernel */
|
D | vmlinux-std.lds | 1 /* 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 | 70 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/arm/boot/dts/ |
D | imx53-evk.dts | 85 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
|
D | imx53-qsb.dts | 59 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
|
D | imx53-ard.dts | 54 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
|
D | imx53-smd.dts | 104 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
|
D | imx51-babbage.dts | 192 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
|
/arch/arm/mach-omap2/ |
D | board-rx51-peripherals.c | 722 .script = sleep_on_seq, 735 .script = wakeup_seq, 748 .script = wakeup_p3_seq, 774 .script = wrst_seq,
|
/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/cris/arch-v32/kernel/ |
D | head.S | 217 move.d ebp_start, $r0 ; Defined in linker-script. 269 ;; variables used below are correctly set up by the linker script.
|
/arch/m32r/platforms/m32700ut/ |
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".
|
D | dot.gdbinit_300MHz_32MB | 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/cris/arch-v10/kernel/ |
D | head.S | 193 ;; in the linker-script. 348 move.d ibr_start,$r0 ; this symbol is set by the linker script
|
12