Home
last modified time | relevance | path

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

12

/arch/ia64/kernel/
Dunwind.c138 } 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/
Dvmlinux-nommu.lds3 * vmlinux.lds.S -- master linker script for m68knommu arch
7 * This linker script is equipped to build either ROM loaded or RAM
Dvmlinux-sun3.lds2 /* ld script to make m68k Linux kernel */
Dvmlinux-std.lds2 /* 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
DMakefile100 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/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/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/m32r/platforms/m32700ut/
Ddot.gdbinit_300MHz_32MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
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".
/arch/cris/arch-v10/kernel/
Dhead.S192 ;; in the linker-script.
347 move.d ibr_start,$r0 ; this symbol is set by the linker script
/arch/cris/arch-v32/kernel/
Dhead.S203 ;; variables used below are correctly set up by the linker script.
/arch/arm/boot/dts/
Dimx35.dtsi294 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx35.bin";
Dimx53-tx53.dtsi500 fsl,sdma-ram-script-name = "sdma-imx53.bin";
Dimx50.dtsi446 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx50.bin";
Dimx51.dtsi482 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx51.bin";
Dimx25.dtsi531 fsl,sdma-ram-script-name = "imx/sdma/sdma-imx25.bin";
/arch/m68k/
DKconfig.machine394 Define a ROM region for the linker script. This creates a kernel

12