Searched defs:decode_item (Results 1 - 1 of 1) sorted by relevance

/arch/arm/kernel/
H A Dkprobes.h182 * are of the union type decode_item, therefore the entire decode table can be
185 * static const union decode_item table_name[] = {};
188 * initialise a number of sequential decode_item values in a layout which
190 * decode_simulate by initialising four decode_item objects like this...
330 union decode_item { union
332 const union decode_item *table;
343 union decode_item type_regs;
344 union decode_item mask;
345 union decode_item value;
356 union decode_item tabl
[all...]

Completed in 41 milliseconds