Searched refs:len_loc (Results 1 – 1 of 1) sorted by relevance
145 static inline uint32_t early_buf_get_len(uint32_t *len_loc) in early_buf_get_len() argument151 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() argument326 *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() local439 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() local465 return len_loc; in early_msg_start()[all …]