Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/
Dentry.cc98 uint32_t CpuContextSize(const pw_cpu_exception_State& cpu_state) { in CpuContextSize() function
124 return CpuContextSize(cpu_state); in CalculatePspDelta()
139 return CpuContextSize(cpu_state) + sizeof(CortexMExtraRegisters); in CalculateMspDelta()
194 cpu_state->extended.msp -= CpuContextSize(*cpu_state); in pw_PackageAndHandleCpuException()