Searched refs:NO_KEY (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/input/ |
H A D | adb-kbd.c | 56 #define NO_KEY 0xff macro 60 [0 ... 0xff] = NO_KEY, 320 if (keycode == NO_KEY) { /* We don't want to send this to the guest */ in adb_keyboard_event()
|
H A D | trace-events | 4 adb_device_kbd_no_key(void) "Ignoring NO_KEY"
|
/openbmc/linux/tools/testing/selftests/kvm/s390x/ |
H A D | memop.c | 55 const uint8_t NO_KEY = 0xff; variable 99 if (desc->f_key && desc->key != NO_KEY) { in ksmo_from_desc() 331 default_write_read(test->vcpu, test->vcpu, LOGICAL, 16, NO_KEY); in default_cmpxchg() 373 default_write_read(t.vcpu, t.vcpu, LOGICAL, t.size, NO_KEY); in test_copy() 420 default_write_read(t.vcpu, t.vm, ABSOLUTE, t.size, NO_KEY); in test_copy_key() 450 default_cmpxchg(&t, NO_KEY); in test_cmpxchg_key()
|