Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Dtimex.h140 #define STORE_CLOCK_EXT_SIZE 16 /* stcke writes 16 bytes */ macro
146 typedef struct { char _[STORE_CLOCK_EXT_SIZE]; } addrtype; in get_tod_clock_ext()
153 char clk[STORE_CLOCK_EXT_SIZE]; in get_tod_clock()
/Linux-v5.10/arch/s390/kernel/
Dtime.c207 unsigned char clk[STORE_CLOCK_EXT_SIZE]; in read_persistent_clock64()
221 unsigned char clk[STORE_CLOCK_EXT_SIZE]; in read_persistent_wall_and_boot_offset()
226 memcpy(clk, tod_clock_base, STORE_CLOCK_EXT_SIZE); in read_persistent_wall_and_boot_offset()
Ddebug.c832 unsigned char clk[STORE_CLOCK_EXT_SIZE]; in debug_finish_entry()
/Linux-v5.10/arch/s390/hypfs/
Dhypfs_vm.c237 char tod_ext[STORE_CLOCK_EXT_SIZE]; /* TOD clock for d2fc */