Searched refs:os_info (Results 1 - 22 of 22) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dos_info.c9 #define KMSG_COMPONENT "os_info"
17 #include <asm/os_info.h>
24 static struct os_info os_info __page_aligned_data;
29 u32 os_info_csum(struct os_info *os_info) argument
31 int size = sizeof(*os_info) - offsetof(struct os_info, version_major);
32 return (__force u32)cksm(&os_info->version_major, size, 0);
40 os_info
[all...]
H A DMakefile40 obj-y += sysinfo.o lgr.o os_info.o ctlreg.o
H A Dmachine_kexec.c28 #include <asm/os_info.h>
H A Dasm-offsets.c146 OFFSET(__LC_OS_INFO, lowcore, os_info);
H A Dcrash_dump.c20 #include <asm/os_info.h>
H A Dsmp.c54 #include <asm/os_info.h>
H A Dsetup.c70 #include <asm/os_info.h>
H A Dipl.c34 #include <asm/os_info.h>
1931 * Set REIPL_CLEAR flag in os_info flags entry indicating
/linux-master/arch/s390/include/asm/
H A Dos_info.h29 struct os_info { struct
43 u32 os_info_csum(struct os_info *os_info);
H A Dlowcore.h180 __u64 os_info; /* 0x0e18 */ member in struct:lowcore
/linux-master/arch/um/os-Linux/
H A Dmem.c36 os_info("Couldn't allocate shadow memory: %s\n.",
50 os_info("Checking if %s is on tmpfs...", dir);
52 os_info("%s\n", strerror(errno));
54 os_info("no\n");
56 os_info("OK\n");
86 os_info("Checking environment variables for a tempdir...");
90 os_info("%s\n", dir);
97 os_info("none found\n");
219 os_info("Checking PROT_EXEC mmap in %s...", tempdir);
228 os_info("O
[all...]
H A Dstart_up.c135 os_info("Checking syscall emulation for ptrace...");
175 os_info("OK\n");
188 os_info("Checking that ptrace can change system call numbers...");
220 os_info("OK\n");
236 os_info("Core dump limits :\n\tsoft - ");
238 os_info("NONE\n");
240 os_info("%llu\n", (unsigned long long)lim.rlim_cur);
242 os_info("\thard - ");
244 os_info("NONE\n");
246 os_info("
[all...]
H A Dmain.c175 os_info("\n");
H A Dutil.c177 * The os_info/os_warn functions will be called by helper threads. These
185 void os_info(const char *fmt, ...) function
/linux-master/drivers/s390/char/
H A Dzcore.c31 #include <asm/os_info.h>
224 struct os_info *os_info; local
247 * Read the bit-flags field from os_info flags entry.
248 * Return zero even for os_info read or entry checksum errors in order
249 * to continue dump processing, considering that os_info could be
252 os_info = (void *)__get_free_page(GFP_KERNEL);
253 if (!os_info)
259 rc = memcpy_hsa_kernel(os_info, os_info_addr, PAGE_SIZE);
261 rc = memcpy_real(os_info, os_info_add
[all...]
/linux-master/arch/um/drivers/
H A Dchan_user.c156 os_info("winch_thread : failed to write synchronization byte, err = %d\n",
169 os_info("winch_thread : sigprocmask failed, errno = %d\n",
177 os_info("winch_thread : setsid failed, errno = %d\n",
183 os_info("winch_thread : TIOCSCTTY failed on "
189 os_info("winch_thread : tcsetpgrp failed on fd %d err = %d\n",
202 os_info("winch_thread : failed to read synchronization byte, err = %d\n",
214 os_info("winch_thread : write failed, err = %d\n",
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.h171 unsigned int os_info; member in struct:amdgim_vf2pf_info_v1
202 uint32_t os_info; member in struct:amdgim_vf2pf_info_v2
H A Damdgv_sriovmsg.h234 union amd_sriov_msg_os_info os_info; member in struct:amd_sriov_msg_vf2pf_info
H A Damdgpu_virt.c556 vf2pf_info->os_info.all = 0;
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c224 os_info("mapping mmap stub at 0x%lx failed, errno = %d\n",
234 os_info("mapping segfault stack at 0x%lx failed, errno = %d\n",
245 os_info("%s - setting SIGSEGV handler failed - errno = %d\n",
/linux-master/arch/um/kernel/
H A Dum_arch.c359 os_info("Adding %ld bytes to physical memory to account for "
400 os_info("Kernel virtual memory size shrunk to %lu bytes\n",
/linux-master/arch/um/include/shared/
H A Dos.h256 extern void os_info(const char *fmt, ...)

Completed in 359 milliseconds