Home
last modified time | relevance | path

Searched refs:STORE_CLOCK_EXT_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/s390/include/asm/
Dtimex.h144 #define STORE_CLOCK_EXT_SIZE 16 /* stcke writes 16 bytes */ macro
150 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext()
157 unsigned char clk[STORE_CLOCK_EXT_SIZE]; in get_tod_clock()
/Linux-v4.19/arch/s390/kernel/
Dtime.c213 unsigned char clk[STORE_CLOCK_EXT_SIZE]; in read_persistent_clock64()
227 unsigned char clk[STORE_CLOCK_EXT_SIZE]; in read_persistent_wall_and_boot_offset()
232 memcpy(clk, tod_clock_base, STORE_CLOCK_EXT_SIZE); in read_persistent_wall_and_boot_offset()
/Linux-v4.19/arch/s390/hypfs/
Dhypfs_vm.c237 char tod_ext[STORE_CLOCK_EXT_SIZE]; /* TOD clock for d2fc */