Home
last modified time | relevance | path

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

/external/pigweed/pw_cpu_exception_cortex_m/
Dentry.cc99 uint32_t cpu_context_size = sizeof(CortexMExceptionRegisters); in CpuContextSize() local
101 cpu_context_size += sizeof(CortexMExceptionRegistersFpu); in CpuContextSize()
106 cpu_context_size += 4; in CpuContextSize()
109 return cpu_context_size; in CpuContextSize()