Home
last modified time | relevance | path

Searched refs:exception_stack (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm/
H A Dexception.c35 u32 exception_stack[0x400] __attribute__((aligned(8))); variable
120 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
H A Dgdb.c65 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/arm64/
H A Dexception.c33 u64 exception_stack[2*KiB] __attribute__((aligned(16))); variable
34 u64 *exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack);
H A Dgdb.c96 if (sp >= exception_stack && sp <= exception_stack_end) in gdb_arch_enter()
/aosp_15_r20/external/coreboot/src/arch/arm/armv7/
H A Dexception.c8 uint8_t exception_stack[0x100] __aligned(8); variable
132 exception_stack_end = exception_stack + sizeof(exception_stack); in exception_init()
/aosp_15_r20/external/coreboot/src/arch/arm64/armv8/
H A Dexception.c11 uint8_t exception_stack[2*KiB] __attribute__((aligned(16))); variable
205 exception_init_asm(exception_stack + ARRAY_SIZE(exception_stack)); in exception_init()
/aosp_15_r20/external/coreboot/payloads/libpayload/arch/x86/
H A Dexception.c43 u8 exception_stack[0x400] __aligned(16); variable
218 exception_stack_end = exception_stack + ARRAY_SIZE(exception_stack); in exception_init()
H A Dgdb.c65 if (stack_pointer >= exception_stack && stack_pointer <= exception_stack_end) in gdb_arch_enter()
H A Dexception_asm_64.S200 lea exception_stack, %rax
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm/arch/
H A Dexception.h44 extern u32 exception_stack[];
/aosp_15_r20/external/coreboot/payloads/libpayload/include/x86/arch/
H A Dexception.h102 extern u8 exception_stack[];
/aosp_15_r20/external/coreboot/payloads/libpayload/include/arm64/arch/
H A Dexception.h120 extern u64 exception_stack[];
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/libstatslog_rust/android_arm64_armv8-2a_cortex-a55_rlib_rlib-std_apex31/out/
Dstatslog.rs23466 pub r#exception_stack: &'a str,
23474 …stats_write(self.r#log_session_id, self.r#exception_stack, self.r#error_code, self.r#sub_error_cod… in stats_write()
23480 r#exception_stack: &str, in stats_write()
23491 let str = std::ffi::CString::new(r#exception_stack)?; in stats_write()
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/stats_log_api_gen/statslog.rs/gen/
Dstatslog.rs23466 pub r#exception_stack: &'a str,
23474 …stats_write(self.r#log_session_id, self.r#exception_stack, self.r#error_code, self.r#sub_error_cod… in stats_write()
23480 r#exception_stack: &str, in stats_write()
23491 let str = std::ffi::CString::new(r#exception_stack)?; in stats_write()
/aosp_15_r20/frameworks/proto_logging/stats/
H A Datoms.proto19171 optional string exception_stack = 2; field
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/libstats_proto_host/linux_glibc_x86_64_shared/gen/proto/frameworks/proto_logging/stats/
Datoms.pb.h168674 const std::string& exception_stack() const; in Swap()
168679 void set_allocated_exception_stack(std::string* exception_stack); in Swap()
390708 inline const std::string& MediaPlaybackErrorReported::exception_stack() const { in exception_stack() function
390749 inline void MediaPlaybackErrorReported::set_allocated_exception_stack(std::string* exception_stack)… in set_allocated_exception_stack() argument
390750 if (exception_stack != nullptr) { in set_allocated_exception_stack()
390755 _impl_.exception_stack_.SetAllocated(exception_stack, GetArenaForAllocation()); in set_allocated_exception_stack()