Home
last modified time | relevance | path

Searched defs:orc_entry (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dorc_types.h59 struct orc_entry { struct
60 s16 sp_offset;
61 s16 bp_offset;
63 unsigned sp_reg:4;
64 unsigned bp_reg:4;
65 unsigned type:3;
66 unsigned signal:1;
68 unsigned bp_reg:4;
69 unsigned sp_reg:4;
70 unsigned unused:4;
[all …]
/openbmc/linux/tools/arch/x86/include/asm/
H A Dorc_types.h59 struct orc_entry { struct
60 s16 sp_offset;
61 s16 bp_offset;
63 unsigned sp_reg:4;
64 unsigned bp_reg:4;
65 unsigned type:3;
66 unsigned signal:1;
68 unsigned bp_reg:4;
69 unsigned sp_reg:4;
70 unsigned unused:4;
[all …]