OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_addr_t
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
db_machdep.h
43
typedef vaddr_t
db_addr_t
; /* address - unsigned */
typedef
53
#define PC_REGS(regs) ((
db_addr_t
)(regs)->tf_special.__spare == 0) ? \
54
((
db_addr_t
)(regs)->tf_special.rp) : \
55
((
db_addr_t
)(regs)->tf_special.iip + (((regs)->tf_special.psr>>41) & 3))
59
#define PC_REGS(regs) ((
db_addr_t
)(regs)->tf_special.iip + (((regs)->tf_special.psr>>41) & 3))
90
db_expr_t db_bkpt_set(db_expr_t inst,
db_addr_t
addr);
/system/core/libpixelflinger/codeflinger/
mips64_disassem.c
51
typedef uint64_t
db_addr_t
;
typedef
141
static void print_addr(
db_addr_t
);
142
db_addr_t
mips_disassem(
db_addr_t
loc, char *di_buffer, int alt_dis_format);
149
static
db_addr_t
150
db_disasm_insn(int insn,
db_addr_t
loc, bool altfmt)
541
print_addr(
db_addr_t
loc)
567
db_addr_t
568
mips_disassem(
db_addr_t
loc, char *di_buffer, int alt_dis_format)
mips_disassem.c
65
typedef uint32_t
db_addr_t
;
typedef
177
static void print_addr(
db_addr_t
);
178
db_addr_t
mips_disassem(
db_addr_t
loc, char *di_buffer, int alt_dis_format);
185
static
db_addr_t
186
db_disasm_insn(int insn,
db_addr_t
loc, bool altfmt)
546
print_addr(
db_addr_t
loc)
575
db_addr_t
576
mips_disassem(
db_addr_t
loc, char *di_buffer, int alt_dis_format)
Completed in 304 milliseconds