arm_cpu_type_def Struct Reference

Back to the index.

Public Attributes | List of all members
arm_cpu_type_def Struct Reference

#include <cpu_arm.h>

Public Attributes

const char * name
 
uint32_t cpu_id
 
int flags
 
int icache_shift
 
int iway
 
int dcache_shift
 
int dway
 

Detailed Description

Definition at line 40 of file cpu_arm.h.

Member Data Documentation

◆ cpu_id

uint32_t arm_cpu_type_def::cpu_id

Definition at line 42 of file cpu_arm.h.

Referenced by arm_coproc_15().

◆ dcache_shift

int arm_cpu_type_def::dcache_shift

Definition at line 46 of file cpu_arm.h.

Referenced by arm_cpu_dumpinfo().

◆ dway

int arm_cpu_type_def::dway

Definition at line 47 of file cpu_arm.h.

◆ flags

int arm_cpu_type_def::flags

Definition at line 43 of file cpu_arm.h.

Referenced by arm_translate_v2p_mmu().

◆ icache_shift

int arm_cpu_type_def::icache_shift

Definition at line 44 of file cpu_arm.h.

Referenced by arm_cpu_dumpinfo().

◆ iway

int arm_cpu_type_def::iway

Definition at line 45 of file cpu_arm.h.

◆ name

const char* arm_cpu_type_def::name

Definition at line 41 of file cpu_arm.h.

Referenced by arm_cpu_list_available_types().


The documentation for this struct was generated from the following file:

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17