Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/kernel/
Dcpu_errata.c414 #define CAP_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
425 #define ERRATA_MIDR_RANGE(model, v_min, r_min, v_max, r_max) \ argument
434 #define ERRATA_MIDR_REV_RANGE(m, var, r_min, r_max) \ argument
/Linux-v4.19/tools/testing/selftests/timers/
Dfreq-step.c120 double *slope, double *r_stddev, double *r_max) in regress()
/Linux-v4.19/include/linux/
Dsvga.h62 u16 r_max; /* r_max < 32 */ member
/Linux-v4.19/arch/arm64/include/asm/
Dcputype.h145 #define MIDR_RANGE(m, v_min, r_min, v_max, r_max) \ argument