SVC: Difference between revisions

No edit summary
Line 341: Line 341:


This processorid is a bitmask for which processors the thread can be run on. Bit value zero enables thread execution for this CPUID, bit value one disables thread execution for this CPUID. Bit0-bit1 are for CPUID0-CPUID1.
This processorid is a bitmask for which processors the thread can be run on. Bit value zero enables thread execution for this CPUID, bit value one disables thread execution for this CPUID. Bit0-bit1 are for CPUID0-CPUID1.
The stacktop must be aligned to 0x10-bytes, otherwise when not aligned to 0x10-bytes the ARM11 kernel clears the low 4-bits of the stacktop address.


= Types and structures =
= Types and structures =