khypervisor
v1
|
#include "arch_types.h"
Go to the source code of this file.
Defines | |
#define | read_cbar() |
#define read_cbar | ( | ) |
({ uint32_t rval; asm volatile(\ " mrc p15, 4, %0, c15, c0, 0\n\t" \ : "=r" (rval) : : "memory", "cc"); rval;})
Definition at line 26 of file a15_cp15_sysregs.h.