Lines Matching defs:value
16 * Ideally, the value should be looked up in ACPI tables, but it
57 * DEFAULT INIT GPAT and SEGMENT LIMIT value in struct VMSA
288 void hv_ivm_msr_write(u64 msr, u64 value);
289 void hv_ivm_msr_read(u64 msr, u64 *value);
292 static inline void hv_ivm_msr_write(u64 msr, u64 value) {}
293 static inline void hv_ivm_msr_read(u64 msr, u64 *value) {}
309 void hv_set_register(unsigned int reg, u64 value);
311 void hv_set_non_nested_register(unsigned int reg, u64 value);
334 static inline void hv_set_register(unsigned int reg, u64 value) { }
336 static inline void hv_set_non_nested_register(unsigned int reg, u64 value) { }