Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 26) sorted by relevance

12

/arch/ia64/kernel/
Dunwind.c137 } 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/
Dvmlinux-nommu.lds2 * vmlinux.lds.S -- master linker script for m68knommu arch
6 * This linker script is equipped to build either ROM loaded or RAM
Dvmlinux-sun3.lds1 /* ld script to make m68k Linux kernel */
Dvmlinux-std.lds1 /* ld script to make m68k Linux kernel */
/arch/unicore32/
D.gitignore6 # Generated ld script file
/arch/mips/boot/compressed/
Dld.script2 * ld.script for compressed kernel support of MIPS
DMakefile70 vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
/arch/x86/boot/
Dsetup.ld4 * Linker script for the i386 setup code
/arch/sh/include/mach-ecovec24/mach/
Dpartner-jet-setup.txt6 LIST "This script can be used to boot the kernel from RAM via JTAG:"
/arch/arm/boot/dts/
Dimx53-evk.dts85 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
Dimx53-qsb.dts59 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
Dimx53-ard.dts54 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
Dimx53-smd.dts104 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx53.bin";
Dimx51-babbage.dts192 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c722 .script = sleep_on_seq,
735 .script = wakeup_seq,
748 .script = wakeup_p3_seq,
774 .script = wrst_seq,
/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt5 LIST "This script can be used to boot the kernel from RAM via JTAG:"
/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/arch/cris/arch-v32/kernel/
Dhead.S217 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/
Ddot.gdbinit_400MHz_32MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit_200MHz_16MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit_300MHz_32MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/arch/frv/kernel/
Dentry-table.S47 # The linker script places the user mode and kernel mode trap tables on to
/arch/m32r/platforms/mappi/
Ddot.gdbinit.nommu4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/arch/cris/arch-v10/kernel/
Dhead.S193 ;; in the linker-script.
348 move.d ibr_start,$r0 ; this symbol is set by the linker script

12