Home
last modified time | relevance | path

Searched refs:os (Results 1 – 19 of 19) sorted by relevance

/arch/ia64/scripts/
Dunwcheck.py13 import os
21 readelf = os.getenv("READELF", "readelf")
39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/arch/arm/mach-omap2/
Domap_hwmod.c593 struct omap_hwmod_ocp_if *os = oh->slaves[i]; in _init_interface_clks() local
595 if (!os->clk) in _init_interface_clks()
598 c = omap_clk_get_by_name(os->clk); in _init_interface_clks()
601 oh->name, os->clk); in _init_interface_clks()
604 os->_clk = c; in _init_interface_clks()
655 struct omap_hwmod_ocp_if *os = oh->slaves[i]; in _enable_clocks() local
656 struct clk *c = os->_clk; in _enable_clocks()
658 if (c && (os->flags & OCPIF_SWSUP_IDLE)) in _enable_clocks()
685 struct omap_hwmod_ocp_if *os = oh->slaves[i]; in _disable_clocks() local
686 struct clk *c = os->_clk; in _disable_clocks()
[all …]
/arch/powerpc/kernel/
Drtas.c209 char *os; in rtas_progress() local
275 os = s; in rtas_progress()
276 while (*os) { in rtas_progress()
277 if (*os == '\n' || *os == '\r') { in rtas_progress()
282 if (*os == '\n' && !os[1]) { in rtas_progress()
293 if (*os == '\n') { in rtas_progress()
300 rtas_call(display_character, 1, 1, NULL, *os); in rtas_progress()
309 rtas_call(display_character, 1, 1, NULL, *os); in rtas_progress()
312 os++; in rtas_progress()
316 while ((*os != 0) && (*os != '\n') && (*os != '\r')) in rtas_progress()
[all …]
Dprom_init.c2126 char *s, *os; in dt_find_string() local
2128 s = os = (char *)RELOC(dt_string_start); in dt_find_string()
2132 return s - os; in dt_find_string()
/arch/m68k/ifpsp060/
DMakefile7 obj-y := fskeleton.o iskeleton.o os.o
DREADME55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
DMISC196 wrk/os.s : 2.1
Dos.S29 | os.s
/arch/powerpc/platforms/ps3/
DMakefile2 obj-y += interrupt.o exports.o os-area.o
/arch/um/
DMakefile19 $(ARCH_DIR)/os-$(OS)/
66 include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS)
/arch/x86/um/
DMakefile15 mem_$(BITS).o subarch.o os-$(OS)/
/arch/x86/oprofile/
Dop_model_p4.c350 #define ESCR_SET_OS_0(escr, os) ((escr) |= (((os) & 1) << 3)) argument
352 #define ESCR_SET_OS_1(escr, os) ((escr) |= (((os) & 1) << 1)) argument
/arch/powerpc/platforms/powermac/
Dbootx_init.c121 char *s, *os; in bootx_dt_find_string() local
123 s = os = (char *)bootx_dt_strbase; in bootx_dt_find_string()
127 return s - os; in bootx_dt_find_string()
/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h89 # This is the variable where the next core to boot os stored
/arch/x86/kernel/cpu/
Dperf_event.h279 os:1, member
/arch/m68k/ifpsp060/src/
Dpfpsp.S1898 bra.l _fpsp_done # exit to os
1921 bra.l _fpsp_done # exit to os
2035 bra.l _fpsp_done # exit to os
2129 bra.l _fpsp_done # exit to os
Dfpsp.S1899 bra.l _fpsp_done # exit to os
1922 bra.l _fpsp_done # exit to os
2036 bra.l _fpsp_done # exit to os
2130 bra.l _fpsp_done # exit to os
/arch/s390/
DKconfig528 Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
/arch/mips/
DKconfig202 used by several vendors to build RISC/os and Windows NT workstations.