Lines Matching refs:len_loc
145 static inline uint32_t early_buf_get_len(uint32_t *len_loc) in early_buf_get_len() argument
151 return (uint32_t)((uintptr_t)&early_buf[early_buf_idx] - (uintptr_t)len_loc - LEN_SZ); in early_buf_get_len()
324 static inline void early_msg_end(uint32_t *len_loc) in early_msg_end() argument
326 *len_loc = early_buf_get_len(len_loc); in early_msg_end()
327 if (*len_loc == 0) { in early_msg_end()
436 uint32_t *len_loc; in log_frontend_msg() local
439 len_loc = early_buf_len_loc(); in log_frontend_msg()
446 early_msg_end(len_loc); in log_frontend_msg()
459 uint32_t *len_loc = early_buf_len_loc(); in early_msg_start() local
465 return len_loc; in early_msg_start()
502 uint32_t *len_loc; in log_frontend_simple_0() local
506 len_loc = early_msg_start(level, source, (uint32_t)package_hdr.raw, fmt); in log_frontend_simple_0()
507 early_msg_end(len_loc); in log_frontend_simple_0()
530 uint32_t *len_loc; in log_frontend_simple_1() local
534 len_loc = early_msg_start(level, source, (uint32_t)package_hdr.raw, fmt); in log_frontend_simple_1()
536 early_msg_end(len_loc); in log_frontend_simple_1()
561 uint32_t *len_loc; in log_frontend_simple_2() local
565 len_loc = early_msg_start(level, source, (uint32_t)package_hdr.raw, fmt); in log_frontend_simple_2()
568 early_msg_end(len_loc); in log_frontend_simple_2()