Searched refs:timer_map (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | timer_failure.c | 22 } timer_map SEC(".maps"); 39 timer = bpf_map_lookup_elem(&timer_map, &key); in BPF_PROG2() 41 bpf_timer_init(timer, &timer_map, CLOCK_BOOTTIME); in BPF_PROG2()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | arch_timer.c | 178 void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map) in get_timer_map() 227 struct timer_map map; in kvm_arch_timer_handler() 572 struct timer_map map; in kvm_timer_blocking() 712 struct timer_map *map) in kvm_timer_vcpu_load_nested_switch() 762 static void timer_set_traps(struct kvm_vcpu *vcpu, struct timer_map *map) in timer_set_traps() 827 struct timer_map map; in kvm_timer_vcpu_load() 878 struct timer_map map; in kvm_timer_vcpu_put() 939 struct timer_map map; in kvm_timer_vcpu_reset() 1172 struct timer_map map; in kvm_arm_timer_read_sysreg() 1225 struct timer_map map; in kvm_arm_timer_write_sysreg() [all …]
|
H A D | trace_arm.h | 202 TP_PROTO(unsigned long vcpu_id, struct timer_map *map),
|
/openbmc/linux/include/kvm/ |
H A D | arm_arch_timer.h | 78 struct timer_map { struct 85 void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map); argument
|
/openbmc/linux/arch/arm64/kvm/hyp/vhe/ |
H A D | switch.c | 43 struct timer_map map; in __activate_traps() 101 struct timer_map map; in __deactivate_traps()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | mips-gic.h | 248 GIC_VX_ACCESSOR_RW(32, 0x048, timer_map)
|