Home
last modified time | relevance | path

Searched refs:NUM_ACRS (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/include/uapi/asm/
H A Dptrace.h110 #define NUM_ACRS 16 macro
162 unsigned int acrs[NUM_ACRS];
318 unsigned int acrs[NUM_ACRS];
/linux/arch/s390/include/asm/
H A Daccess-regs.h13 unsigned int regs[NUM_ACRS];
H A Dprocessor.h172 unsigned int acrs[NUM_ACRS];
H A Dkvm_host.h420 unsigned int host_acrs[NUM_ACRS];
/linux/tools/testing/selftests/kvm/include/s390/
H A Ddebug_print.h65 print_hex_bytes("ACRS", (u64)sync_regs->acrs, 4 * NUM_ACRS); in print_regs()
/linux/arch/s390/kernel/
H A Dearly.c210 unsigned int acrs[NUM_ACRS] = { 0 }; in setup_access_registers()
/linux/arch/s390/kvm/
H A Dgaccess.c245 if (ar >= NUM_ACRS) in ar_translation()
H A Dkvm-s390.c5268 if (mop->ar >= NUM_ACRS) in kvm_s390_vcpu_mem_op()