Home
last modified time | relevance | path

Searched refs:timer_map (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_async_cb_context.c23 } timer_map SEC(".maps");
40 val = bpf_map_lookup_elem(&timer_map, &key); in timer_non_sleepable_prog()
44 bpf_timer_init(&val->t, &timer_map, 0); in timer_non_sleepable_prog()
56 val = bpf_map_lookup_elem(&timer_map, &key); in timer_sleepable_prog()
60 bpf_timer_init(&val->t, &timer_map, 0); in timer_sleepable_prog()
H A Dtimer_failure.c22 } timer_map SEC(".maps");
60 timer = bpf_map_lookup_elem(&timer_map, &key); in __flag()
62 bpf_timer_init(timer, &timer_map, CLOCK_BOOTTIME); in __flag()
/linux/arch/arm64/kvm/
H A Darch_timer.c154 void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map) in get_timer_map()
203 struct timer_map map; in kvm_arch_timer_handler()
572 struct timer_map map; in kvm_timer_blocking()
719 struct timer_map *map) in kvm_timer_vcpu_load_nested_switch()
754 static void timer_set_traps(struct kvm_vcpu *vcpu, struct timer_map *map) in timer_set_traps()
859 struct timer_map map; in kvm_timer_vcpu_load()
910 struct timer_map map; in kvm_timer_vcpu_put()
967 struct timer_map map; in kvm_timer_sync_nested()
1009 struct timer_map map; in kvm_timer_vcpu_reset()
1176 struct timer_map map; in kvm_arm_timer_read_sysreg()
[all …]
H A Dtrace_arm.h227 TP_PROTO(unsigned long vcpu_id, struct timer_map *map),
/linux/include/kvm/
H A Darm_arch_timer.h79 struct timer_map { struct
86 void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map); argument
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c120 struct timer_map map; in __activate_traps()
154 struct timer_map map; in __deactivate_traps()
/linux/arch/mips/include/asm/
H A Dmips-gic.h266 GIC_VX_ACCESSOR_RW(32, 0x048, timer_map)