Home
last modified time | relevance | path

Searched refs:new_base (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/kernel/time/
H A Dhrtimer.c230 struct hrtimer_clock_base *new_base; in switch_hrtimer_base() local
238 if (base != new_base) { in switch_hrtimer_base()
254 raw_spin_lock(&new_base->cpu_base->lock); in switch_hrtimer_base()
264 WRITE_ONCE(timer->base, new_base); in switch_hrtimer_base()
272 return new_base; in switch_hrtimer_base()
1220 struct hrtimer_clock_base *new_base; in __hrtimer_start_range_ns() local
1259 new_base = base; in __hrtimer_start_range_ns()
2195 struct hrtimer_clock_base *new_base) in migrate_hrtimer_list() argument
2211 timer->base = new_base; in migrate_hrtimer_list()
2243 &new_base->clock_base[i]); in hrtimers_cpu_dying()
[all …]
H A Dtimer.c1016 struct timer_base *base, *new_base; in __mod_timer() local
1098 if (base != new_base) { in __mod_timer()
1111 base = new_base; in __mod_timer()
1259 struct timer_base *new_base, *base; in add_timer_on() local
1282 if (base != new_base) { in add_timer_on()
1286 base = new_base; in add_timer_on()
2220 int cpu = new_base->cpu; in migrate_timer_list()
2226 internal_add_timer(new_base, timer); in migrate_timer_list()
2249 struct timer_base *new_base; in timers_dead_cpu() local
2259 raw_spin_lock_irq(&new_base->lock); in timers_dead_cpu()
[all …]
H A Dntp.c262 u64 new_base; in ntp_update_frequency() local
271 new_base = div_u64(second_length, NTP_INTERVAL_FREQ); in ntp_update_frequency()
277 tick_length += new_base - tick_length_base; in ntp_update_frequency()
278 tick_length_base = new_base; in ntp_update_frequency()
/openbmc/linux/tools/testing/selftests/x86/
H A Dldt_gdt.c738 unsigned long new_base; in test_gdt_invalidation() local
828 syscall(SYS_arch_prctl, ARCH_GET_FS, &new_base); in test_gdt_invalidation()
848 if (sel == 0 && new_base != 0) { in test_gdt_invalidation()
850 printf("[FAIL]\tNew FSBASE was 0x%lx\n", new_base); in test_gdt_invalidation()
881 syscall(SYS_arch_prctl, ARCH_GET_GS, &new_base); in test_gdt_invalidation()
901 if (sel == 0 && new_base != 0) { in test_gdt_invalidation()
903 printf("[FAIL]\tNew GSBASE was 0x%lx\n", new_base); in test_gdt_invalidation()
/openbmc/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h84 void timer_set_tsc_base(uint64_t new_base);
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c847 unsigned long new_base = base - size; in extframe_alloc() local
849 new_base = round_down(new_base, (align < 16 ? 16 : align)); in extframe_alloc()
850 new_base -= sizeof(struct sctx_info); in extframe_alloc()
852 layout->addr = (void *)new_base; in extframe_alloc()
853 layout->size = (unsigned int)(base - new_base); in extframe_alloc()
856 return new_base; in extframe_alloc()
/openbmc/qemu/include/block/
H A Dblock_int-common.h987 int (*update_filename)(BdrvChild *child, BlockDriverState *new_base,
/openbmc/linux/arch/sparc/mm/
H A Dinit_64.c143 unsigned long new_base = PAGE_ALIGN(base); in read_obp_memory() local
145 size -= new_base - base; in read_obp_memory()
148 base = new_base; in read_obp_memory()
/openbmc/qemu/tests/unit/
H A Dtest-bdrv-drain.c1639 BlockDriverState *new_base, in drop_intermediate_poll_update_filename() argument