MCPcopy Create free account
hub / github.com/coreboot/coreboot / read_aifsr

Function read_aifsr

payloads/libpayload/include/arm/arch/cache.h:311–316  ·  view source on GitHub ↗

read auxiliary instruction fault status register (AIFSR) */

Source from the content-addressed store, hash-verified

309
310/* read auxiliary instruction fault status register (AIFSR) */
311static inline uint32_t read_aifsr(void)
312{
313 uint32_t val;
314 asm volatile ("mrc p15, 0, %0, c5, c1, 1" : "=r" (val));
315 return val;
316}
317
318/*
319 * Cache maintenance API

Callers 1

exception_dispatchFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected