Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dos_info.c9 #define KMSG_COMPONENT "os_info"
17 #include <asm/os_info.h>
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 in os_info_crashkernel_add()
[all...]
H A Dmachine_kexec.c25 #include <asm/os_info.h>
H A DMakefile39 obj-y += sysinfo.o lgr.o os_info.o machine_kexec.o pgm_check.o
/kernel/linux/linux-6.6/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) in os_info_csum() argument
31 int size = sizeof(*os_info) - offsetof(struct os_info, version_major); in os_info_csum()
32 return (__force u32)csum_partial(&os_info->version_major, size, 0); in os_info_csum()
40 os_info in os_info_crashkernel_add()
[all...]
H A Dmachine_kexec.c26 #include <asm/os_info.h>
H A DMakefile40 obj-y += sysinfo.o lgr.o os_info.o
/kernel/linux/linux-5.10/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("\thar in check_coredump_limit()
[all...]
H A Dutil.c170 * The os_info/os_warn functions will be called by helper threads. These
178 void os_info(const char *fmt, ...) in os_info() function
H A Dmain.c175 os_info("\n"); in main()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dmem.c36 os_info("Couldn't allocate shadow memory: %s\n.", in kasan_map_memory()
50 os_info("Checking if %s is on tmpfs...", dir); in check_tmpfs()
52 os_info("%s\n", strerror(errno)); in check_tmpfs()
54 os_info("no\n"); in check_tmpfs()
56 os_info("OK\n"); in check_tmpfs()
86 os_info("Checking environment variables for a tempdir..."); in choose_tempdir()
90 os_info("%s\n", dir); in choose_tempdir()
97 os_info("none found\n"); in choose_tempdir()
219 os_info("Checking PROT_EXEC mmap in %s...", tempdir); in check_tmpexec()
228 os_info("O in check_tmpexec()
[all...]
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("\thar in check_coredump_limit()
[all...]
H A Dmain.c175 os_info("\n"); in main()
H A Dutil.c177 * The os_info/os_warn functions will be called by helper threads. These
185 void os_info(const char *fmt, ...) in os_info() function
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dzcore.c31 #include <asm/os_info.h>
225 struct os_info *os_info; in zcore_reipl_init() local
248 * Read the bit-flags field from os_info flags entry. in zcore_reipl_init()
249 * Return zero even for os_info read or entry checksum errors in order in zcore_reipl_init()
250 * to continue dump processing, considering that os_info could be in zcore_reipl_init()
253 os_info = (void *)__get_free_page(GFP_KERNEL); in zcore_reipl_init()
254 if (!os_info) in zcore_reipl_init()
260 rc = memcpy_hsa_kernel(os_info, os_info_addr, PAGE_SIZE); in zcore_reipl_init()
262 rc = memcpy_real(os_info, os_info_add in zcore_reipl_init()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dos_info.h24 struct os_info { struct
38 u32 os_info_csum(struct os_info *os_info);
H A Dlowcore.h157 __u64 os_info; /* 0x0e18 */ member
/kernel/linux/linux-6.6/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.h179 __u64 os_info; /* 0x0e18 */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.h140 unsigned int os_info; member
171 uint32_t os_info; member
H A Damdgv_sriovmsg.h174 union amd_sriov_msg_os_info os_info; member
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dum_arch.c290 os_info("Adding %ld bytes to physical memory to account for " in linux_main()
331 os_info("Kernel virtual memory size shrunk to %lu bytes\n", in linux_main()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dum_arch.c359 os_info("Adding %ld bytes to physical memory to account for " in linux_main()
400 os_info("Kernel virtual memory size shrunk to %lu bytes\n", in linux_main()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_virt.h167 unsigned int os_info; member
198 uint32_t os_info; member
H A Damdgv_sriovmsg.h233 union amd_sriov_msg_os_info os_info; member

Completed in 13 milliseconds

12