Lines Matching refs:u64
979 u64 gen = old_memslots->generation; in install_new_memslots()
1886 struct gfn_to_pfn_cache *cache, u64 gen) in kvm_cache_gfn_to_pfn()
1905 u64 gen = slots->generation; in __kvm_map_gfn()
2531 u64 block_ns; in kvm_vcpu_block()
4165 int (*get)(void *, u64 *), int (*set)(void *, u64), in kvm_debugfs_open() argument
4200 static int vm_stat_get_per_vm(void *data, u64 *val) in vm_stat_get_per_vm()
4209 static int vm_stat_clear_per_vm(void *data, u64 val) in vm_stat_clear_per_vm()
4237 static int vcpu_stat_get_per_vm(void *data, u64 *val) in vcpu_stat_get_per_vm()
4246 *val += *(u64 *)((void *)vcpu + stat_data->offset); in vcpu_stat_get_per_vm()
4251 static int vcpu_stat_clear_per_vm(void *data, u64 val) in vcpu_stat_clear_per_vm()
4261 *(u64 *)((void *)vcpu + stat_data->offset) = 0; in vcpu_stat_clear_per_vm()
4287 static int vm_stat_get(void *_offset, u64 *val) in vm_stat_get()
4292 u64 tmp_val; in vm_stat_get()
4305 static int vm_stat_clear(void *_offset, u64 val) in vm_stat_clear()
4326 static int vcpu_stat_get(void *_offset, u64 *val) in vcpu_stat_get()
4331 u64 tmp_val; in vcpu_stat_get()
4344 static int vcpu_stat_clear(void *_offset, u64 val) in vcpu_stat_clear()