Home
last modified time | relevance | path

Searched refs:os_info (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dos_info.c23 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 = (u64)(unsigned long)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 …]
H A DMakefile39 obj-y += sysinfo.o lgr.o os_info.o machine_kexec.o pgm_check.o
H A Dasm-offsets.c154 OFFSET(__LC_OS_INFO, lowcore, os_info); in main()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dmem.c28 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()
H A Dstart_up.c169 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 …]
H A Dutil.c169 void os_info(const char *fmt, ...) in os_info() function
H A Dmain.c175 os_info("\n"); in main()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dos_info.h24 struct os_info { struct
38 u32 os_info_csum(struct os_info *os_info); argument
H A Dlowcore.h157 __u64 os_info; /* 0x0e18 */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.h137 unsigned int os_info; member
168 uint32_t os_info; member
H A Damdgv_sriovmsg.h174 union amd_sriov_msg_os_info os_info; member
H A Damdgpu_virt.c536 vf2pf_info->os_info.all = 0; in amdgpu_virt_write_vf2pf_data()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dum_arch.c289 os_info("Adding %ld bytes to physical memory to account for " in linux_main()
330 os_info("Kernel virtual memory size shrunk to %lu bytes\n", in linux_main()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dos.h254 extern void os_info(const char *fmt, ...)