/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | jensen.h | 307 #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 D | core_t2.h | 574 #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 D | jensen.h | 321 #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 D | core_t2.h | 586 #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 D | Makefile | 21 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 D | inflate.h | 21 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 D | inflate.h | 21 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 D | Makefile | 16 mem_$(BITS).o subarch.o os-$(OS)/
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-common.S | 242 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 D | entry-common.S | 219 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 D | tlbex.S | 329 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 D | sphinx-pre-install | 714 print "Detected OS: $system_release.\n"; 716 print "Unknown OS\n";
|
/kernel/linux/linux-6.6/scripts/ |
H A D | sphinx-pre-install | 910 print "Detected OS: $system_release.\n"; 912 print "Unknown OS\n";
|
/kernel/linux/linux-5.10/arch/arm/mach-tegra/ |
H A D | reset-handler.S | 125 * 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 D | reset-handler.S | 127 * 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 D | skeleton.S | 22 | 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 D | skeleton.S | 22 | 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 D | pfpsp.S | 3839 # check to see if the FPU is disabled. if so, jump to the OS entry
|
H A D | fpsp.S | 3851 # 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 D | pfpsp.S | 3839 # check to see if the FPU is disabled. if so, jump to the OS entry
|
H A D | fpsp.S | 3851 # 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
|