Searched refs:EMIT_WORD (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DWKdm.h197 #define EMIT_WORD(fill_ptr,word_value) {*fill_ptr = word_value; fill_ptr++;} macro
211 EMIT_WORD(next_low_bits,(low_bits_pattern)) }
214 EMIT_WORD(next_full_patt,(word_pattern));
/darwin-on-arm/xnu/libkern/libkern/
H A DWKdm.h197 #define EMIT_WORD(fill_ptr,word_value) {*fill_ptr = word_value; fill_ptr++;} macro
211 EMIT_WORD(next_low_bits,(low_bits_pattern)) }
214 EMIT_WORD(next_full_patt,(word_pattern));

Completed in 18 milliseconds