Searched refs:os_info (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/arch/s390/kernel/ |
D | os_info.c | 23 static struct os_info os_info __page_aligned_data; 28 u32 os_info_csum(struct os_info *os_info) in os_info_csum() argument 30 int size = sizeof(*os_info) - offsetof(struct os_info, version_major); in os_info_csum() 31 return (__force u32)csum_partial(&os_info->version_major, size, 0); in os_info_csum() 39 os_info.crashkernel_addr = (u64)(unsigned long)base; in os_info_crashkernel_add() 40 os_info.crashkernel_size = (u64)(unsigned long)size; in os_info_crashkernel_add() 41 os_info.csum = os_info_csum(&os_info); in os_info_crashkernel_add() 49 os_info.entry[nr].addr = __pa(ptr); in os_info_entry_add() 50 os_info.entry[nr].size = size; in os_info_entry_add() 51 os_info.entry[nr].csum = (__force u32)csum_partial(ptr, size, 0); in os_info_entry_add() [all …]
|
D | Makefile | 39 obj-y += sysinfo.o lgr.o os_info.o machine_kexec.o
|
D | asm-offsets.c | 145 OFFSET(__LC_OS_INFO, lowcore, os_info); in main()
|
/linux-5.19.10/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 | 176 void os_info(const char *fmt, ...) in os_info() function
|
D | main.c | 175 os_info("\n"); in main()
|
/linux-5.19.10/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 | 179 __u64 os_info; /* 0x0e18 */ member
|
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_virt.h | 160 unsigned int os_info; member 191 uint32_t os_info; member
|
D | amdgv_sriovmsg.h | 232 union amd_sriov_msg_os_info os_info; member
|
D | amdgpu_virt.c | 581 vf2pf_info->os_info.all = 0; in amdgpu_virt_write_vf2pf_data()
|
/linux-5.19.10/arch/um/kernel/ |
D | um_arch.c | 354 os_info("Adding %ld bytes to physical memory to account for " in linux_main() 395 os_info("Kernel virtual memory size shrunk to %lu bytes\n", in linux_main()
|
/linux-5.19.10/arch/um/include/shared/ |
D | os.h | 256 extern void os_info(const char *fmt, ...)
|