Home
last modified time | relevance | path

Searched refs:exception_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/parisc/math-emu/
Ddecode_exc.c107 int target, exception_index = 1; in decode_fpu() local
148 for (exception_index=1; exception_index<=MAX_EXCP_REG; exception_index++) { in decode_fpu()
149 current_ir = Excp_instr(exception_index); in decode_fpu()
155 excptype = Excp_type(exception_index); in decode_fpu()
163 Clear_excp_register(exception_index); in decode_fpu()
184 Fpu_register[exception_index]); in decode_fpu()
225 if (Ibit(Fpu_register[exception_index])) inexact = TRUE; in decode_fpu()
235 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
247 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
268 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
[all …]
/Linux-v4.19/arch/arm64/kvm/
Dhandle_exit.c247 int exception_index) in handle_exit() argument
249 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit()
266 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
268 switch (exception_index) { in handle_exit()
289 exception_index); in handle_exit()
297 int exception_index) in handle_exit_early() argument
299 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit_early()
311 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
313 if (exception_index == ARM_EXCEPTION_EL1_SERROR) in handle_exit_early()
/Linux-v4.19/arch/arm/kvm/
Dhandle_exit.c131 int exception_index) in handle_exit() argument
135 if (ARM_ABORT_PENDING(exception_index)) { in handle_exit()
152 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
154 switch (exception_index) { in handle_exit()
183 exception_index); in handle_exit()
/Linux-v4.19/arch/arm/include/asm/
Dkvm_host.h246 int exception_index);
249 int exception_index) {} in handle_exit_early() argument
/Linux-v4.19/arch/arm64/include/asm/
Dkvm_host.h377 int exception_index);
379 int exception_index);