Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 11 of 11) sorted by relevance

/arch/arm/core/
A Dgdbstub.c161 size_t arch_gdb_reg_writeall(struct gdb_ctx *c, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() argument
166 if (hex[i] != 'x') { in arch_gdb_reg_writeall()
172 int r = hex2bin(hex + i * 8, 8, (uint8_t *)(c->registers + j), 4); in arch_gdb_reg_writeall()
205 size_t arch_gdb_reg_writeone(struct gdb_ctx *c, uint8_t *hex, size_t hexlen, uint32_t regno) in arch_gdb_reg_writeone() argument
217 ret = hex2bin(hex, hexlen, (uint8_t *)(c->registers + i), 4); in arch_gdb_reg_writeone()
222 ret = hex2bin(hex, hexlen, (uint8_t *)(c->registers + GDB_NUM_REGS - 1), 4); in arch_gdb_reg_writeone()
/arch/x86/core/ia32/
A Dgdbstub.c148 size_t arch_gdb_reg_writeall(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() argument
155 ret = hex2bin(hex, hexlen, in arch_gdb_reg_writeall()
188 size_t arch_gdb_reg_writeone(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen, in arch_gdb_reg_writeone() argument
207 ret = hex2bin(hex, hexlen, in arch_gdb_reg_writeone()
/arch/xtensa/core/
A Dgdbstub.c660 static size_t reg2hex(const struct xtensa_register *reg, char *hex) in reg2hex() argument
666 if (hex2char(bin[i] >> 4, &hex[2 * i]) < 0) { in reg2hex()
669 if (hex2char(bin[i] & 0xf, &hex[2 * i + 1]) < 0) { in reg2hex()
736 size_t arch_gdb_reg_writeall(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen) in arch_gdb_reg_writeall() argument
744 ARG_UNUSED(hex); in arch_gdb_reg_writeall()
807 size_t arch_gdb_reg_writeone(struct gdb_ctx *ctx, uint8_t *hex, size_t hexlen, in arch_gdb_reg_writeone() argument
835 ret = hex2bin(hex, hexlen, in arch_gdb_reg_writeone()
/arch/x86/
A Dgen_idt.py229 debug("spurious handler (code) : %s" % hex(header[0]))
230 debug("spurious handler (no code) : %s" % hex(header[1]))
241 hex(irq[0]),
/arch/arm64/core/xen/
A DKconfig30 hex "Xen interface version"
/arch/arm/core/cortex_m/tz/
A DKconfig41 hex "ARM Non-Secure Callable Region base address"
/arch/arm/
A DKconfig69 hex "Base address of the rom_start region"
88 hex "Size of the rom_start region"
/arch/xtensa/
A DKconfig226 hex
295 hex "Default Memory Type"
/arch/riscv/
A DKconfig279 hex
447 hex "Inaccessible region to implement null pointer detection"
/arch/arm/core/cortex_m/
A DKconfig548 hex "Size of paged unmapped to implement null pointer detection"
/arch/
A DKconfig226 hex "SRAM Base Address"
248 hex "Flash Base Address"

Completed in 644 milliseconds