Searched refs:TTBR_SETUP (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | start.s | 71 orr r5, r4, #(TTBR_SETUP & 0x00FF) // Setup PTWs memory attribute 72 orr r5, r5, #(TTBR_SETUP & 0xFF00) // Setup PTWs memory attribute 150 orr r5, r4, #(TTBR_SETUP & 0x00FF) // Setup PTWs memory attribute 151 orr r5, r5, #(TTBR_SETUP & 0xFF00) // Setup PTWs memory attribute
|
| H A D | pcb.c | 174 thread->machine.kptw_ttb = ((unsigned int) kernel_pmap->ttep) | TTBR_SETUP; in machine_thread_create() 176 thread->machine.uptw_ttb = ((unsigned int) new_pmap->ttep) | TTBR_SETUP; in machine_thread_create()
|
| H A D | machine_routines_asm.s | 440 orr r0, r0, #(TTBR_SETUP & 0xFF) // Setup PTWs memory attribute 441 orr r0, r0, #(TTBR_SETUP & 0xFF00) // Setup PTWs memory attribute 454 orr r0, r0, #(TTBR_SETUP & 0xFF) // Setup PTWs memory attribute 455 orr r0, r0, #(TTBR_SETUP & 0xFF00) // Setup PTWs memory attribute
|
| H A D | proc_reg.h | 504 #define TTBR_SETUP (TTBR_RGN_WRITEBACK|TTBR_IRGN_WRITEBACK|TTBR_SHARED) macro
|
| H A D | pmap.c | 4502 thread->machine.uptw_ttb = ((unsigned int) pmap->ttep) | TTBR_SETUP;
|