Home
last modified time | relevance | path

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

/linux-6.15/arch/parisc/math-emu/
H A 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()
273 switch(Excp_type(exception_index)) { in decode_fpu()
321 Clear_excp_register(exception_index); in decode_fpu()
332 Clear_excp_register(exception_index); in decode_fpu()
340 __LINE__, Excp_type(exception_index)); in decode_fpu()
[all …]
/linux-6.15/arch/arm64/kvm/
H A Dhandle_exit.c368 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() argument
372 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit()
380 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit()
382 switch (exception_index) { in handle_exit()
405 exception_index); in handle_exit()
412 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index) in handle_exit_early() argument
414 if (ARM_SERROR_PENDING(exception_index)) { in handle_exit_early()
426 exception_index = ARM_EXCEPTION_CODE(exception_index); in handle_exit_early()
428 if (exception_index == ARM_EXCEPTION_EL1_SERROR) in handle_exit_early()
/linux-6.15/arch/arm64/include/asm/
H A Dkvm_host.h1246 int handle_exit(struct kvm_vcpu *vcpu, int exception_index);
1247 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index);