Searched refs:sbi_sta_struct (Results 1 – 3 of 3) sorted by relevance
44 static DEFINE_PER_CPU(struct sbi_sta_struct, steal_time) __aligned(64);77 struct sbi_sta_struct *st = this_cpu_ptr(&steal_time); in pv_time_cpu_online()93 struct sbi_sta_struct *st = per_cpu_ptr(&steal_time, cpu); in pv_time_steal_clock()
55 offsetof(struct sbi_sta_struct, sequence)); in kvm_riscv_vcpu_record_steal_time()57 offsetof(struct sbi_sta_struct, steal)); in kvm_riscv_vcpu_record_steal_time()87 struct sbi_sta_struct zero_sta = {0}; in kvm_sbi_sta_steal_time_set_shmem()
274 struct sbi_sta_struct { struct
Completed in 6 milliseconds