Showing changes from revision #0 to #1:
Added | Removed | Changed
void *RISCOS_MapInIO64(unsigned int flags, uint64_t phys, unsigned int size)
Entry | |
---|---|
flags | Bits 0-19: B, C, TEX, AP and (for VMSAv6) APX flags for L1 page table section map entry |
Bit 20: Doubly map region | |
Bit 21: AP flags specified (otherwise, default to SVC RW access, User none) | |
Other bits reserved | |
phys | Physical address to map in |
size | Number of bytes of memory to map in |
Exit | |
---|---|
- | Virtual address corresponding to phys |
0 for failure |
As for RISCOS_MapInIO, but accepting a 64-bit physical address argument.