Home
last modified time | relevance | path

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

/Linux-v5.4/arch/parisc/math-emu/
Ddecode_exc.c94 int target, exception_index = 1; in decode_fpu() local
135 for (exception_index=1; exception_index<=MAX_EXCP_REG; exception_index++) { in decode_fpu()
136 current_ir = Excp_instr(exception_index); in decode_fpu()
142 excptype = Excp_type(exception_index); in decode_fpu()
150 Clear_excp_register(exception_index); in decode_fpu()
171 Fpu_register[exception_index]); in decode_fpu()
212 if (Ibit(Fpu_register[exception_index])) inexact = TRUE; in decode_fpu()
222 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
234 if (Rabit(Fpu_register[exception_index])) in decode_fpu()
255 Set_exceptiontype(Fpu_register[exception_index], in decode_fpu()
[all …]
/Linux-v5.4/arch/arm64/kvm/
Dhandle_exit.c267 int exception_index) in handle_exit() argument
269 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit()
286 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
288 switch (exception_index) { in handle_exit()
311 exception_index); in handle_exit()
319 int exception_index) in handle_exit_early() argument
321 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit_early()
333 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
335 if (exception_index == ARM_EXCEPTION_EL1_SERROR) in handle_exit_early()
/Linux-v5.4/arch/arm/kvm/
Dhandle_exit.c119 int exception_index) in handle_exit() argument
123 if (ARM_ABORT_PENDING(exception_index)) { in handle_exit()
140 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
142 switch (exception_index) { in handle_exit()
171 exception_index); in handle_exit()
/Linux-v5.4/arch/arm/include/asm/
Dkvm_host.h288 int exception_index);
291 int exception_index) {} in handle_exit_early() argument
/Linux-v5.4/arch/arm64/include/asm/
Dkvm_host.h474 int exception_index);
476 int exception_index);