Lines Matching defs:key
95 switch (pair->key) {
194 switch (pair->key) {
220 * call, but get their element key set to -1 and value set to 0
224 pair->key = -1;
271 if (get_user(pair.key, &pairs->key))
276 ret = put_user(pair.key, &pairs->key);
295 int key;
301 for (key = 0; key <= RISCV_HWPROBE_MAX_KEY; key++) {
302 pair.key = key;
305 WARN_ON_ONCE(pair.key < 0);
307 avd->all_cpu_hwprobe_values[key] = pair.value;
312 if (key <= RISCV_HWPROBE_KEY_MIMPID)