Lines Matching refs:area
67 int area,
84 int area, debug_entry_t *entry, char *out_buf);
139 * debug_event() - writes binary debug entry to active debug area
160 * debug_int_event() - writes unsigned integer debug entry to active debug area
182 * debug_long_event() - writes unsigned long debug entry to active debug area
205 * debug area (if level <= actual debug level)
233 * and varargs (longs) to active debug area
262 * debug_exception() - writes binary debug entry to active debug area
264 * and switches to next debug area
284 * debug_int_exception() - writes unsigned int debug entry to active debug area
286 * and switches to next debug area
307 * debug_long_exception() - writes long debug entry to active debug area
309 * and switches to next debug area
331 * debug area (if level <= actual debug level)
332 * and switches to next debug area
333 * area
362 * varargs (longs) to active debug area
364 * and switches to next debug area.
398 * Note: Initial page and area numbers must be fixed to allow static
410 * area sizes, and dynamic resizing.
465 * @pages: Number of pages per area
467 * @buf_size: Size of data area in each debug entry
477 * The debug area will be changed to use the specified numbers during