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

/linux-master/lib/zlib_inflate/
H A Dinflate.h21 OS, /* i: waiting for extra flags and operating system (gzip) */ enumerator in enum:__anon673
57 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
/linux-master/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); \
/linux-master/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
/linux-master/scripts/
H A Dsphinx-pre-install897 print "Detected OS: $system_release.\n";
899 print "Unknown OS\n";
/linux-master/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)
/linux-master/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
/linux-master/arch/arm64/kvm/
H A Dnested.c405 if (!kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, OS))
H A Dsys_regs.c4044 if (!kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, OS))
4066 if (!kvm_has_feat(kvm, ID_AA64ISAR0_EL1, TLB, OS))
/linux-master/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 229 milliseconds