Symbol: timer_map
arch/arm64/kvm/arch_timer.c
1009
struct timer_map map;
arch/arm64/kvm/arch_timer.c
1176
struct timer_map map;
arch/arm64/kvm/arch_timer.c
1229
struct timer_map map;
arch/arm64/kvm/arch_timer.c
154
void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map)
arch/arm64/kvm/arch_timer.c
1545
struct timer_map map;
arch/arm64/kvm/arch_timer.c
203
struct timer_map map;
arch/arm64/kvm/arch_timer.c
572
struct timer_map map;
arch/arm64/kvm/arch_timer.c
719
struct timer_map *map)
arch/arm64/kvm/arch_timer.c
754
static void timer_set_traps(struct kvm_vcpu *vcpu, struct timer_map *map)
arch/arm64/kvm/arch_timer.c
859
struct timer_map map;
arch/arm64/kvm/arch_timer.c
910
struct timer_map map;
arch/arm64/kvm/arch_timer.c
967
struct timer_map map;
arch/arm64/kvm/hyp/vhe/switch.c
120
struct timer_map map;
arch/arm64/kvm/hyp/vhe/switch.c
154
struct timer_map map;
arch/arm64/kvm/trace_arm.h
227
TP_PROTO(unsigned long vcpu_id, struct timer_map *map),
arch/mips/include/asm/mips-gic.h
266
GIC_VX_ACCESSOR_RW(32, 0x048, timer_map)
include/kvm/arm_arch_timer.h
86
void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map);
tools/testing/selftests/bpf/progs/timer_failure.c
22
} timer_map SEC(".maps");
tools/testing/selftests/bpf/progs/timer_failure.c
60
timer = bpf_map_lookup_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/timer_failure.c
62
bpf_timer_init(timer, &timer_map, CLOCK_BOOTTIME);
tools/testing/selftests/bpf/progs/timer_start_deadlock.c
20
} timer_map SEC(".maps");
tools/testing/selftests/bpf/progs/timer_start_deadlock.c
40
timer = bpf_map_lookup_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/timer_start_deadlock.c
56
timer = bpf_map_lookup_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/timer_start_deadlock.c
58
bpf_timer_init(timer, &timer_map, CLOCK_MONOTONIC);
tools/testing/selftests/bpf/progs/timer_start_delete_race.c
18
} timer_map SEC(".maps");
tools/testing/selftests/bpf/progs/timer_start_delete_race.c
42
value = bpf_map_lookup_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/timer_start_delete_race.c
45
bpf_timer_init(&value->timer, &timer_map, CLOCK_MONOTONIC);
tools/testing/selftests/bpf/progs/timer_start_delete_race.c
60
bpf_map_delete_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/verifier_async_cb_context.c
23
} timer_map SEC(".maps");
tools/testing/selftests/bpf/progs/verifier_async_cb_context.c
40
val = bpf_map_lookup_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/verifier_async_cb_context.c
44
bpf_timer_init(&val->t, &timer_map, 0);
tools/testing/selftests/bpf/progs/verifier_async_cb_context.c
56
val = bpf_map_lookup_elem(&timer_map, &key);
tools/testing/selftests/bpf/progs/verifier_async_cb_context.c
60
bpf_timer_init(&val->t, &timer_map, 0);