struct vdso_constants

Defined at line 30 of file ../../zircon/kernel/lib/userabi/include/lib/userabi/vdso-constants.h

This struct contains constants that are initialized by the kernel

once at boot time. From the vDSO code's perspective, they are

read-only data that can never change. Hence, no synchronization is

required to read them.

Public Members

uint32_t max_num_cpus
 features
uint32_t dcache_line_size
uint32_t icache_line_size
uint32_t page_size
uint32_t padding
uint64_t physmem
uint64_t version_string_len
char[] version_string

Records