Searched refs:defaultType (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/cpu/x86/
H A Dintel.cpp37 intel_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
39 generic_set_mtrrs(defaultType, infos, count, generic_count_mtrrs());
H A Dvia.cpp35 via_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
37 generic_set_mtrrs(defaultType, infos, count, via_count_mtrrs());
H A Damd.cpp43 amd_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
45 generic_set_mtrrs(defaultType, infos, count, generic_count_mtrrs());
H A Dgeneric_x86.cpp134 uint64 defaultType = x86_read_msr(IA32_MSR_MTRR_DEFAULT_TYPE); local
135 if ((defaultType & IA32_MTRR_ENABLE) == 0) {
145 (defaultType & ~0xff) | IA32_MTRR_ENABLE);
187 uint64 defaultType = x86_read_msr(IA32_MSR_MTRR_DEFAULT_TYPE) local
189 x86_write_msr(IA32_MSR_MTRR_DEFAULT_TYPE, defaultType);
200 defaultType = (defaultType & ~(uint64)0xff) | newDefaultType;
201 x86_write_msr(IA32_MSR_MTRR_DEFAULT_TYPE, defaultType | IA32_MTRR_ENABLE);
238 uint64 defaultType = x86_read_msr(IA32_MSR_MTRR_DEFAULT_TYPE); local
240 (defaultType
[all...]
H A Dgeneric_x86.h28 extern void generic_set_mtrrs(uint8 defaultType,
/haiku/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp56 type_code defaultType = B_INT32_TYPE; local
111 defaultType = B_INT32_TYPE;
115 defaultType = B_INT32_TYPE;
120 defaultType = B_DOUBLE_TYPE;
138 defaultType = B_DOUBLE_TYPE;
146 defaultType = B_FLOAT_TYPE;
150 defaultType = B_DOUBLE_TYPE;
158 if (defaultType == B_INT32_TYPE)
164 type = defaultType;
/haiku/headers/private/kernel/arch/x86/
H A Darch_cpu.h493 void (*set_mtrrs)(uint8 defaultType, const x86_mtrr_info* infos,
667 void x86_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos,
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp81 uint8 defaultType; member in struct:set_mtrrs_parameter
227 sCpuModule->set_mtrrs(parameter->defaultType, parameter->infos,
297 x86_set_mtrrs(uint8 defaultType, const x86_mtrr_info* infos, uint32 count) argument
303 parameter.defaultType = defaultType;

Completed in 65 milliseconds