Home
last modified time | relevance | path

Searched defs:mtrr_state_type (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Dmtrr.h84 struct mtrr_state_type { struct
85 struct mtrr_var_range var_ranges[MTRR_MAX_VAR_RANGES];
86 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
87 unsigned char enabled;
88 unsigned char have_fixed;
89 mtrr_type def_type;
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
Dmtrr.h60 struct mtrr_state_type { struct
61 struct mtrr_var_range var_ranges[MTRR_MAX_VAR_RANGES];
62 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
63 unsigned char enabled;
64 unsigned char have_fixed;
65 mtrr_type def_type;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
Dmtrr.h60 struct mtrr_state_type { struct
61 struct mtrr_var_range var_ranges[MTRR_MAX_VAR_RANGES];
62 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
63 unsigned char enabled;
64 unsigned char have_fixed;
65 mtrr_type def_type;
/kernel/linux/linux-6.6/arch/x86/include/asm/
Dmtrr.h47 struct mtrr_state_type { struct
48 struct mtrr_var_range var_ranges[MTRR_MAX_VAR_RANGES];
49 mtrr_type fixed_ranges[MTRR_NUM_FIXED_RANGES];
50 unsigned char enabled;
51 bool have_fixed;
52 mtrr_type def_type;