Searched refs:boot_offset (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | virtex_ml507.c | 241 hwaddr boot_offset; in virtex_init() local 250 boot_offset = 0x1200000; in virtex_init() 253 boot_offset, in virtex_init() 255 boot_info.bootstrap_pc = boot_offset; in virtex_init()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | keystone_remoteproc.c | 63 u32 boot_offset; member 86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot() 353 &ksproc->boot_offset)) { in keystone_rproc_of_get_dev_syscon()
|
H A D | st_remoteproc.c | 50 u32 boot_offset; member 171 regmap_update_bits(ddata->boot_base, ddata->boot_offset, in st_rproc_start() 328 &ddata->boot_offset); in st_rproc_parse_dt()
|
/openbmc/linux/kernel/time/ |
H A D | timekeeping.c | 1605 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument 1608 *boot_offset = ns_to_timespec64(local_clock()); in read_persistent_wall_and_boot_offset() 1634 struct timespec64 wall_time, boot_offset, wall_to_mono; in timekeeping_init() local 1639 read_persistent_wall_and_boot_offset(&wall_time, &boot_offset); in timekeeping_init() 1648 if (timespec64_compare(&wall_time, &boot_offset) < 0) in timekeeping_init() 1649 boot_offset = (struct timespec64){0}; in timekeeping_init() 1655 wall_to_mono = timespec64_sub(boot_offset, wall_time); in timekeeping_init()
|
/openbmc/linux/include/linux/ |
H A D | timekeeping.h | 307 struct timespec64 *boot_offset);
|
/openbmc/linux/arch/s390/kernel/ |
H A D | time.c | 215 struct timespec64 *boot_offset) in read_persistent_wall_and_boot_offset() argument 227 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
|