Home
last modified time | relevance | path

Searched refs:NR_EMULATOR_GPRS (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/x86/kvm/
A Dkvm_emulate.h294 #define NR_EMULATOR_GPRS 16 macro
296 #define NR_EMULATOR_GPRS 8 macro
361 unsigned long _regs[NR_EMULATOR_GPRS];
513 if (KVM_EMULATOR_BUG_ON(nr >= NR_EMULATOR_GPRS, ctxt)) in reg_read()
514 nr &= NR_EMULATOR_GPRS - 1; in reg_read()
525 if (KVM_EMULATOR_BUG_ON(nr >= NR_EMULATOR_GPRS, ctxt)) in reg_write()
526 nr &= NR_EMULATOR_GPRS - 1; in reg_write()
528 BUILD_BUG_ON(sizeof(ctxt->regs_dirty) * BITS_PER_BYTE < NR_EMULATOR_GPRS); in reg_write()
529 BUILD_BUG_ON(sizeof(ctxt->regs_valid) * BITS_PER_BYTE < NR_EMULATOR_GPRS); in reg_write()
A Demulate.c251 for_each_set_bit(reg, &dirty, NR_EMULATOR_GPRS) in writeback_registers()

Completed in 13 milliseconds