OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brmask
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/ia64/unwind/
decode.h
52
u_int
brmask
;
member in struct:unwind_desc_P1
56
u_int
brmask
;
member in struct:unwind_desc_P2
decode.c
84
uwd->P1.
brmask
= (buf[0] & 0x1f);
95
uwd->P2.
brmask
= (((buf[0] & 0x0f) << 1) | ( (buf[1] >> 7) & 0xff));
stackframe.c
301
printf("br_mem (
brmask
= %x) \n", rchain->udesc.P1.
brmask
);
306
printf("br_gr(
brmask
= %x, ", rchain->udesc.P2.
brmask
);
Completed in 54 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025