Home
last modified time | relevance | path

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

/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 …]
/arch/arm/kvm/
Dhandle_exit.c130 int exception_index) in handle_exit() argument
134 if (ARM_ABORT_PENDING(exception_index)) { in handle_exit()
151 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
153 switch (exception_index) { in handle_exit()
174 exception_index); in handle_exit()
/arch/arm64/kvm/
Dhandle_exit.c186 int exception_index) in handle_exit() argument
190 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit()
208 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
210 switch (exception_index) { in handle_exit()
238 exception_index); in handle_exit()
/arch/arm/include/asm/
Dkvm_host.h250 int exception_index);
/arch/arm64/include/asm/
Dkvm_host.h346 int exception_index);