Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/arm/
H A Dfasttrap_isa.c86 #define SET16(x, w) *((uint16_t*) (x)) = (w) macro
1007 SET16(scratch + i, restore_inst); i += 2; // ldr reg, [pc , #16]
1010 SET16(scratch + i, 0xB403); i += 2; // push { r0, r1 }
1011 SET16(scratch + i, 0x4801); i += 2; // ldr r0, [pc, #4]
1012 SET16(scratch + i, 0x9001); i += 2; // str r0, [sp, #4]
1013 SET16(scratch + i, 0xBD01); i += 2; // pop { r0, pc }
1016SET16(scratch + i, 0); i += 2; // padding - saved 32 bit words must be al…
1025 SET16(scratch + i, FASTTRAP_THUMB_RET_INSTR); i += 2;
/xnu-8019.80.24/bsd/net/
H A Dsixxlowpan.c442 #define SET16(ptr, value) do { \ macro
758 SET16(&ip6->ip6_plen, len); in uncompress_hdr_hc1()
761 SET16(&ip6->ip6_plen, ip_len - UIP_IPH_LEN); in uncompress_hdr_hc1()