Searched refs:os_info (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | os_info.c | 26 static struct os_info os_info __page_aligned_data; 31 u32 os_info_csum(struct os_info *os_info) in os_info_csum() argument 33 int size = sizeof(*os_info) - offsetof(struct os_info, version_major); in os_info_csum() 34 return (__force u32)cksm(&os_info->version_major, size, 0); in os_info_csum() 42 os_info.crashkernel_addr = (u64)(unsigned long)base; in os_info_crashkernel_add() 43 os_info.crashkernel_size = (u64)(unsigned long)size; in os_info_crashkernel_add() 44 os_info.csum = os_info_csum(&os_info); in os_info_crashkernel_add() 52 os_info.entry[nr].addr = __pa(ptr); in os_info_entry_add_data() 53 os_info.entry[nr].size = size; in os_info_entry_add_data() 54 os_info.entry[nr].csum = (__force u32)cksm(ptr, size, 0); in os_info_entry_add_data() [all …]
|
| H A D | asm-offsets.c | 149 OFFSET(__LC_OS_INFO, lowcore, os_info); in main()
|
| /linux/arch/um/os-Linux/ |
| H A D | mem.c | 38 os_info("Couldn't allocate shadow memory: %s\n.", in kasan_map_memory() 44 os_info("Couldn't set MAD_DONTDUMP on shadow memory: %s\n.", in kasan_map_memory() 50 os_info("Couldn't set MADV_DONTFORK on shadow memory: %s\n.", in kasan_map_memory() 64 os_info("Checking if %s is on tmpfs...", dir); in check_tmpfs() 66 os_info("%s\n", strerror(errno)); in check_tmpfs() 68 os_info("no\n"); in check_tmpfs() 70 os_info("OK\n"); in check_tmpfs() 100 os_info("Checking environment variables for a tempdir..."); in choose_tempdir() 104 os_info("%s\n", dir); in choose_tempdir() 111 os_info("none found\n"); in choose_tempdir() [all …]
|
| H A D | start_up.c | 147 os_info("Checking syscall emulation for ptrace..."); in check_sysemu() 187 os_info("OK\n"); in check_sysemu() 200 os_info("Checking that ptrace can change system call numbers..."); in check_ptrace() 232 os_info("OK\n"); in check_ptrace() 308 os_info("Checking that seccomp filters can be installed..."); in init_seccomp() 352 os_info("failed to fetch registers: %d\n", r); in init_seccomp() 356 os_info("OK\n"); in init_seccomp() 361 os_info("missing\n"); in init_seccomp() 363 os_info("error\n"); in init_seccomp() 380 os_info("Core dump limits :\n\tsoft - "); in check_coredump_limit() [all …]
|
| H A D | util.c | 184 void os_info(const char *fmt, ...) in os_info() function
|
| H A D | main.c | 184 os_info("\n"); in main()
|
| /linux/arch/um/drivers/ |
| H A D | chan_user.c | 170 os_info("winch_thread : failed to write synchronization byte, err = %d\n", in winch_thread() 183 os_info("winch_thread : sigprocmask failed, errno = %d\n", in winch_thread() 191 os_info("winch_thread : setsid failed, errno = %d\n", in winch_thread() 197 os_info("winch_thread : TIOCSCTTY failed on " in winch_thread() 203 os_info("winch_thread : tcsetpgrp failed on fd %d err = %d\n", in winch_thread() 216 os_info("winch_thread : failed to read synchronization byte, err = %d\n", in winch_thread() 228 os_info("winch_thread : write failed, err = %d\n", in winch_thread()
|
| /linux/arch/s390/include/asm/ |
| H A D | os_info.h | 43 struct os_info { struct 58 u32 os_info_csum(struct os_info *os_info); argument
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 267 extern void os_info(const char *fmt, ...)
|