Home
last modified time | relevance | path

Searched refs:SET32 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/dev/arm/
H A Dfasttrap_isa.c87 #define SET32(x, w) *((uint32_t*) (x)) = (w) macro
1018 SET32(scratch + i, pc + instr_size + (tp->ftt_thumb ? 1 : 0)); i += 4; // Return address
1020 SET32(scratch + i, save_val); i += 4; // saved value of clobbered register
1041 SET32(scratch + i, restore_inst); i += 4; // ldr reg, [pc, #12]
1043 SET32(scratch + i, 0xE51FF004); i += 4; // ldr pc, [pc, #4]
1045 SET32(scratch + i, pc + instr_size + (tp->ftt_thumb ? 1 : 0)); i += 4; // Return address
1047 SET32(scratch + i, save_val); i += 4; // Saved value of clobbered register
1052 SET32(scratch + i, FASTTRAP_ARM_RET_INSTR); i += 4;