Searched refs:os (Results 1 – 19 of 19) sorted by relevance
/arch/ia64/scripts/ |
D | unwcheck.py | 13 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/ |
D | omap_hwmod.c | 593 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/ |
D | rtas.c | 209 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 …]
|
D | prom_init.c | 2126 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/ |
D | Makefile | 7 obj-y := fskeleton.o iskeleton.o os.o
|
D | README | 55 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
|
D | MISC | 196 wrk/os.s : 2.1
|
D | os.S | 29 | os.s
|
/arch/powerpc/platforms/ps3/ |
D | Makefile | 2 obj-y += interrupt.o exports.o os-area.o
|
/arch/um/ |
D | Makefile | 19 $(ARCH_DIR)/os-$(OS)/ 66 include $(srctree)/$(ARCH_DIR)/Makefile-os-$(OS)
|
/arch/x86/um/ |
D | Makefile | 15 mem_$(BITS).o subarch.o os-$(OS)/
|
/arch/x86/oprofile/ |
D | op_model_p4.c | 350 #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/ |
D | bootx_init.c | 121 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/ |
D | kernel-entry-init.h | 89 # This is the variable where the next core to boot os stored
|
/arch/x86/kernel/cpu/ |
D | perf_event.h | 279 os:1, member
|
/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 1898 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
|
D | fpsp.S | 1899 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/ |
D | Kconfig | 528 Writing 1 or 0 to /proc/appldata/os creates(1) or removes(0) a z/VM
|
/arch/mips/ |
D | Kconfig | 202 used by several vendors to build RISC/os and Windows NT workstations.
|