Searched refs:exception_addr (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/nios2/include/asm/
H A Dcpuinfo.h38 u32 exception_addr; member in struct:cpuinfo
/linux-master/tools/testing/selftests/sgx/
H A Dmain.c279 (run)->exception_error_code, (run)->exception_addr); \
483 EXPECT_EQ(self->run.exception_addr, 0);
590 EXPECT_EQ(self->run.exception_addr, 0);
600 EXPECT_EQ(self->run.exception_addr, 0);
647 EXPECT_EQ(self->run.exception_addr, 0);
663 EXPECT_EQ(self->run.exception_addr, 0);
682 EXPECT_EQ(self->run.exception_addr, data_start);
686 self->run.exception_addr = 0;
704 EXPECT_EQ(self->run.exception_addr, 0);
714 EXPECT_EQ(self->run.exception_addr,
[all...]
/linux-master/arch/x86/include/uapi/asm/
H A Dsgx.h166 * @exception_addr: The address that triggered the exception
181 __u64 exception_addr; member in struct:sgx_enclave_run
/linux-master/arch/nios2/kernel/
H A Dsetup.c176 copy_exception_handler(cpuinfo.exception_addr);
H A Dcpuinfo.c108 cpuinfo.exception_addr = fcpu(cpu, "altr,exception-addr");

Completed in 167 milliseconds