Searched refs:os_info (Results 1 – 10 of 10) sorted by relevance
/arch/s390/kernel/ |
D | os_info.c | 22 static struct os_info os_info __page_aligned_data; 27 u32 os_info_csum(struct os_info *os_info) in os_info_csum() argument 29 int size = sizeof(*os_info) - offsetof(struct os_info, version_major); in os_info_csum() 30 return (__force u32)csum_partial(&os_info->version_major, size, 0); in os_info_csum() 38 os_info.crashkernel_addr = (u64)(unsigned long)base; in os_info_crashkernel_add() 39 os_info.crashkernel_size = (u64)(unsigned long)size; in os_info_crashkernel_add() 40 os_info.csum = os_info_csum(&os_info); in os_info_crashkernel_add() 48 os_info.entry[nr].addr = (u64)(unsigned long)ptr; in os_info_entry_add() 49 os_info.entry[nr].size = size; in os_info_entry_add() 50 os_info.entry[nr].csum = (__force u32)csum_partial(ptr, size, 0); in os_info_entry_add() [all …]
|
D | Makefile | 59 obj-y += sysinfo.o jump_label.o lgr.o os_info.o machine_kexec.o pgm_check.o
|
/arch/um/os-Linux/ |
D | mem.c | 28 os_info("Checking if %s is on tmpfs...", dir); in check_tmpfs() 30 os_info("%s\n", strerror(errno)); in check_tmpfs() 32 os_info("no\n"); in check_tmpfs() 34 os_info("OK\n"); in check_tmpfs() 64 os_info("Checking environment variables for a tempdir..."); in choose_tempdir() 68 os_info("%s\n", dir); in choose_tempdir() 75 os_info("none found\n"); in choose_tempdir() 197 os_info("Checking PROT_EXEC mmap in %s...", tempdir); in check_tmpexec() 206 os_info("OK\n"); in check_tmpexec()
|
D | start_up.c | 169 os_info("Checking syscall emulation patch for ptrace..."); in check_sysemu() 202 os_info("OK\n"); in check_sysemu() 205 os_info("Checking advanced syscall emulation patch for ptrace..."); in check_sysemu() 247 os_info("OK\n"); in check_sysemu() 263 os_info("Checking that ptrace can change system call numbers..."); in check_ptrace() 295 os_info("OK\n"); in check_ptrace() 311 os_info("Core dump limits :\n\tsoft - "); in check_coredump_limit() 313 os_info("NONE\n"); in check_coredump_limit() 315 os_info("%llu\n", (unsigned long long)lim.rlim_cur); in check_coredump_limit() 317 os_info("\thard - "); in check_coredump_limit() [all …]
|
D | util.c | 169 void os_info(const char *fmt, ...) in os_info() function
|
D | main.c | 187 os_info("\n"); in main()
|
/arch/s390/include/asm/ |
D | os_info.h | 24 struct os_info { struct 38 u32 os_info_csum(struct os_info *os_info); argument
|
D | lowcore.h | 156 __u64 os_info; /* 0x0e18 */ member
|
/arch/um/kernel/ |
D | um_arch.c | 288 os_info("Adding %ld bytes to physical memory to account for " in linux_main() 329 os_info("Kernel virtual memory size shrunk to %lu bytes\n", in linux_main()
|
/arch/um/include/shared/ |
D | os.h | 245 extern void os_info(const char *fmt, ...)
|