function | function name | number | |
---|---|---|---|
high standard | |||
Cache initialization | CSH_Init | 1 | |
Clear all cache | CSH_AllClr | 2 | |
Associative purge of target area | CSH_Purge | 3 |
function | Function-like macro name | number | |
---|---|---|---|
low standard | |||
Get cash register | CSH_GetCcr | 1 | |
Cash register settings | CSH_SetCcr | 2 | |
cache enable control | CSH_SetEnable | 3 | |
instruction fill control | CSH_SetCodeFill | 4 | |
Data fill control | CSH_SetDataFill | 5 | |
2, 4 way set associative switching | CSH_SetWayMode | 6 | |
Address array access way selection | CSH_SetAcsWay | 7 |
one | Title | Function | Function name | No |
constant name | explanation |
---|---|
CSH_4WAY | 4 way set associative |
CSH_2WAY | 2 way set associative |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
one | Title | Function | Function name | No |
constant name | explanation |
---|---|
CSH_DISABLE | cache disabled |
CSH_ENABLE | cache enable |
one | Title | Function | Function name | No |
constant name | explanation |
---|---|
CSH_CODE_ENABLE | perform instruction fill |
CSH_CODE_DISABLE | Do not perform instruction fill |
one | Title | Function | Function name | No |
constant name | explanation |
---|---|
CSH_DATA_ENABLE | Perform data fill |
CSH_DATA_DISABLE | Do not perform data fill |
one | Title | Function | Function name | No |
constant name | explanation |
---|---|
CSH_4WAY | 4 way set associative |
CSH_2WAY | 2 way set associative |
one | Title | Function | Function name | No |