Home
last modified time | relevance | path

Searched refs:OS (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Djensen.h307 #define IOPORT(OS, NS) \
311 return jensen_read##OS(xaddr - 0x100000000ul); \
313 return jensen_in##OS((unsigned long)xaddr); \
318 jensen_write##OS(b, xaddr - 0x100000000ul); \
320 jensen_out##OS(b, (unsigned long)xaddr); \
H A Dcore_t2.h574 #define IOPORT(OS, NS) \
578 return t2_read##OS(xaddr); \
580 return t2_in##OS((unsigned long)xaddr - T2_IO); \
585 t2_write##OS(b, xaddr); \
587 t2_out##OS(b, (unsigned long)xaddr - T2_IO); \
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Djensen.h321 #define IOPORT(OS, NS) \
325 return jensen_read##OS(xaddr - 0x100000000ul); \
327 return jensen_in##OS((unsigned long)xaddr); \
332 jensen_write##OS(b, xaddr - 0x100000000ul); \
334 jensen_out##OS(b, (unsigned long)xaddr); \
H A Dcore_t2.h586 #define IOPORT(OS, NS) \
590 return t2_read##OS(xaddr); \
592 return t2_in##OS((unsigned long)xaddr - T2_IO); \
597 t2_write##OS(b, xaddr); \
599 t2_out##OS(b, (unsigned long)xaddr - T2_IO); \
/kernel/linux/linux-5.10/arch/um/
H A DMakefile21 OS := $(shell uname -s) macro
28 $(ARCH_DIR)/os-$(OS)/
79 include $(ARCH_DIR)/Makefile-os-$(OS)
156 export HEADER_ARCH SUBARCH USER_CFLAGS CFLAGS_NO_HARDENING OS DEV_NULL_PATH
/kernel/linux/linux-5.10/lib/zlib_inflate/
H A Dinflate.h21 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator
57 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A Dinflate.h21 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator
57 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/kernel/linux/linux-5.10/arch/x86/um/
H A DMakefile16 mem_$(BITS).o subarch.o os-$(OS)/
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-common.S242 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
268 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
288 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-common.S219 addne scno, r7, #__NR_SYSCALL_BASE @ put OS number in
249 eor scno, scno, #__NR_SYSCALL_BASE @ check OS number
270 eor r0, scno, #__NR_SYSCALL_BASE @ put OS number back
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S329 EV_TLBMissI_fast_ret: ; additional label for VDK OS-kit instrumentation
387 EV_TLBMissD_fast_ret: ; additional label for VDK OS-kit instrumentation
/kernel/linux/linux-5.10/scripts/
H A Dsphinx-pre-install714 print "Detected OS: $system_release.\n";
716 print "Unknown OS\n";
/kernel/linux/linux-6.6/scripts/
H A Dsphinx-pre-install910 print "Detected OS: $system_release.\n";
912 print "Unknown OS\n";
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
H A Dreset-handler.S125 * R7 = CPU present (to the OS) mask
185 /* Does the OS know about this CPU? */
188 bleq __die @ CPU not present (to OS)
/kernel/linux/linux-6.6/arch/arm/mach-tegra/
H A Dreset-handler.S127 * R7 = CPU present (to the OS) mask
187 /* Does the OS know about this CPU? */
190 bleq __die @ CPU not present (to OS)
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dskeleton.S22 | OS specific work to be done (such as handling a context switch or
370 | to return to user mode, but there may be OS specific code
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S22 | OS specific work to be done (such as handling a context switch or
370 | to return to user mode, but there may be OS specific code
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3839 # check to see if the FPU is disabled. if so, jump to the OS entry
H A Dfpsp.S3851 # check to see if the FPU is disabled. if so, jump to the OS entry
3859 # Instruction exception stack frame else branch to the OS entry
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3839 # check to see if the FPU is disabled. if so, jump to the OS entry
H A Dfpsp.S3851 # check to see if the FPU is disabled. if so, jump to the OS entry
3859 # Instruction exception stack frame else branch to the OS entry

Completed in 89 milliseconds