Home
last modified time | relevance | path

Searched defs:r_max (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/arch/arm64/kernel/
Dcpu_errata.c140 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
151 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
160 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ argument
/Linux-v6.6/tools/testing/selftests/timers/
Dfreq-step.c112 double *slope, double *r_stddev, double *r_max) in regress()
/Linux-v6.6/arch/arm64/include/asm/
Dcputype.h222 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
229 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
/Linux-v6.6/tools/arch/arm64/include/asm/
Dcputype.h220 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument
227 #define MIDR_REV_RANGE(m, v, r_min, r_max) MIDR_RANGE(m, v, r_min, v, r_max) argument
/Linux-v6.6/include/linux/
Dsvga.h62 u16 r_max; /* r_max < 32 */ member
Dmaple_tree.h397 unsigned long r_max; /* range max */ member