/openbmc/qemu/linux-user/hppa/ |
H A D | vdso.S | 57 .cfi_offset 1, offsetof_sigcontext_gr + 1 * 4 58 .cfi_offset 2, offsetof_sigcontext_gr + 2 * 4 59 .cfi_offset 3, offsetof_sigcontext_gr + 3 * 4 60 .cfi_offset 4, offsetof_sigcontext_gr + 4 * 4 61 .cfi_offset 5, offsetof_sigcontext_gr + 5 * 4 62 .cfi_offset 6, offsetof_sigcontext_gr + 6 * 4 63 .cfi_offset 7, offsetof_sigcontext_gr + 7 * 4 64 .cfi_offset 8, offsetof_sigcontext_gr + 8 * 4 65 .cfi_offset 9, offsetof_sigcontext_gr + 9 * 4 66 .cfi_offset 10, offsetof_sigcontext_gr + 10 * 4 [all …]
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | vdso.S | 55 .cfi_offset 64, offsetof_sigcontext_pc /* pc */ 58 .cfi_offset 1, B_GR + 1 * 8 59 .cfi_offset 2, B_GR + 2 * 8 60 .cfi_offset 3, B_GR + 3 * 8 61 .cfi_offset 4, B_GR + 4 * 8 62 .cfi_offset 5, B_GR + 5 * 8 63 .cfi_offset 6, B_GR + 6 * 8 64 .cfi_offset 7, B_GR + 7 * 8 65 .cfi_offset 8, B_GR + 8 * 8 66 .cfi_offset 9, B_GR + 9 * 8 [all …]
|
/openbmc/qemu/linux-user/ppc/ |
H A D | vdso.S | 88 .cfi_offset 67, 32 * sizeof_reg /* nip */ 91 .cfi_offset 0, 0 * sizeof_reg 92 .cfi_offset 1, 1 * sizeof_reg 93 .cfi_offset 2, 2 * sizeof_reg 94 .cfi_offset 3, 3 * sizeof_reg 95 .cfi_offset 4, 4 * sizeof_reg 96 .cfi_offset 5, 5 * sizeof_reg 97 .cfi_offset 6, 6 * sizeof_reg 98 .cfi_offset 7, 7 * sizeof_reg 99 .cfi_offset 8, 8 * sizeof_reg [all …]
|
/openbmc/qemu/linux-user/riscv/ |
H A D | vdso.S | 113 .cfi_offset 64, B_GR + 0 /* pc */ 116 .cfi_offset 1, B_GR + 1 * sizeof_reg /* r1 (ra) */ 117 .cfi_offset 2, B_GR + 2 * sizeof_reg /* r2 (sp) */ 118 .cfi_offset 3, B_GR + 3 * sizeof_reg 119 .cfi_offset 4, B_GR + 4 * sizeof_reg 120 .cfi_offset 5, B_GR + 5 * sizeof_reg 121 .cfi_offset 6, B_GR + 6 * sizeof_reg 122 .cfi_offset 7, B_GR + 7 * sizeof_reg 123 .cfi_offset 8, B_GR + 8 * sizeof_reg 124 .cfi_offset 9, B_GR + 9 * sizeof_reg [all …]
|
/openbmc/qemu/linux-user/arm/ |
H A D | vdso.S | 61 .cfi_offset r7, -8 62 .cfi_offset lr, -4 122 .cfi_offset r0, -16 * 4 123 .cfi_offset r1, -15 * 4 124 .cfi_offset r2, -14 * 4 125 .cfi_offset r3, -13 * 4 126 .cfi_offset r4, -12 * 4 127 .cfi_offset r5, -11 * 4 128 .cfi_offset r6, -10 * 4 129 .cfi_offset r7, -9 * 4 [all …]
|
/openbmc/qemu/common-user/host/s390x/ |
H A D | safe-syscall.inc.S | 27 .cfi_offset %r15,-40 28 .cfi_offset %r14,-48 29 .cfi_offset %r13,-56 30 .cfi_offset %r12,-64 31 .cfi_offset %r11,-72 32 .cfi_offset %r10,-80 33 .cfi_offset %r9,-88 34 .cfi_offset %r8,-96 35 .cfi_offset %r7,-104 36 .cfi_offset %r6,-112
|
/openbmc/qemu/linux-user/i386/ |
H A D | vdso.S | 96 .cfi_offset %eip, -4 99 .cfi_offset %eax, -16 100 .cfi_offset %ecx, -20 101 .cfi_offset %edx, -24 102 .cfi_offset %ebx, -28 103 .cfi_offset %esp, -32 104 .cfi_offset %ebp, -36 105 .cfi_offset %esi, -40 106 .cfi_offset %edi, -44
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | dwarf2.h | 15 #define CFI_OFFSET .cfi_offset
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | dwarf.h | 18 #define CFI_OFFSET .cfi_offset
|
/openbmc/qemu/common-user/host/ppc/ |
H A D | safe-syscall.inc.S | 54 .cfi_offset 30, -4
|
/openbmc/qemu/common-user/host/ppc64/ |
H A D | safe-syscall.inc.S | 50 .cfi_offset 14, 16
|
/openbmc/u-boot/board/shmin/ |
H A D | shmin.c | 72 info->cfi_offset = 0x0000; in board_flash_get_legacy()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 1681 flash_write_cmd(info, 0, info->cfi_offset, FLASH_CMD_CFI); in cmdset_intel_init() 1761 flash_write_cmd(info, 0, info->cfi_offset, FLASH_CMD_CFI); in cmdset_amd_init() 1898 int cfi_offset; in __flash_detect_cfi() local 1903 for (cfi_offset = 0; cfi_offset < ARRAY_SIZE(flash_offset_cfi); in __flash_detect_cfi() 1904 cfi_offset++) { in __flash_detect_cfi() 1905 flash_write_cmd(info, 0, flash_offset_cfi[cfi_offset], in __flash_detect_cfi() 1914 info->cfi_offset = flash_offset_cfi[cfi_offset]; in __flash_detect_cfi()
|
/openbmc/u-boot/board/freescale/m54455evb/ |
H A D | m54455evb.c | 195 info->cfi_offset = 0x0000; in board_flash_get_legacy()
|
/openbmc/u-boot/include/ |
H A D | flash.h | 41 ushort cfi_offset; /* offset for cfi query */ member
|