SVC: Difference between revisions
Line 414: | Line 414: | ||
== MemoryAttribute == | == MemoryAttribute == | ||
{| class=wikitable | {| class=wikitable | ||
! | ! Value || Type || Meaning | ||
|- | |- | ||
| 0x0 | | 0x0 || Unmapped || | ||
|- | |- | ||
| 0x1 | | 0x1 || IO || | ||
|- | |- | ||
| | | 0xDC7E03 || Code static || .text and .rodata | ||
|- | |- | ||
| 0x4 | | 0x4 || Code || .data | ||
|- | |- | ||
| 0x5 | | 0x5 || Heap || | ||
|- | |- | ||
| 0x6 | | 0x6 || Shared memory block || | ||
|- | |- | ||
| 0x8 | | 0x8 || Module code static || .text and .rodata | ||
|- | |- | ||
| 0x9 | | 0x9 || Module code || .data | ||
|- | |- | ||
| 0xB | | 0xB || Mapped memory || | ||
|- | |- | ||
| 0xC | | 0xC || Thread local storage || | ||
|- | |- | ||
| 0xE | | 0xE || Transfer memory || | ||
|- | |- | ||
| 0x10 | | 0x10|| Reserved || | ||
|} | |} | ||