| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | relocate_kernel.S | 79 LDREG,ma REG_SZ(%arg0), %r3 107 LDREG,ma REG_SZ(%r21), %r8 108 LDREG,ma REG_SZ(%r21), %r9 109 LDREG,ma REG_SZ(%r21), %r10 110 LDREG,ma REG_SZ(%r21), %r11 111 STREG,ma %r8, REG_SZ(%r20) 112 STREG,ma %r9, REG_SZ(%r20) 113 STREG,ma %r10, REG_SZ(%r20) 114 STREG,ma %r11, REG_SZ(%r20) 117 LDREG,ma REG_SZ(%r21), %r8 [all …]
|
| H A D | real2.S | 41 .block REG_SZ * N_SAVED_REGS 62 ldo 2*REG_SZ(%sp), %sp /* room for a couple more saves */ 63 STREG %r27, -1*REG_SZ(%sp) 64 STREG %r29, -2*REG_SZ(%sp) 66 STREG %sp, -REG_SZ(%arg0) /* save SP on real-mode stack */ 106 LDREG -REG_SZ(%sp), %sp /* restore SP */ 108 LDREG -1*REG_SZ(%sp), %r27 109 LDREG -2*REG_SZ(%sp), %r29 110 ldo -2*REG_SZ(%sp), %sp 119 # define PUSH_CR(r, where) mfctl r, %r1 ! STREG,ma %r1, REG_SZ(where) [all …]
|
| H A D | entry.S | 2023 STREG %r3, -FTRACE_FRAME_SIZE+1*REG_SZ(%sp) 2028 STREG %r23, 2*REG_SZ(%r3) 2029 STREG %r24, 3*REG_SZ(%r3) 2030 STREG %r25, 4*REG_SZ(%r3) 2031 STREG %r26, 5*REG_SZ(%r3) 2032 STREG %r28, 6*REG_SZ(%r3) 2033 STREG %r29, 7*REG_SZ(%r3) 2035 STREG %r19, 8*REG_SZ(%r3) 2036 STREG %r20, 9*REG_SZ(%r3) 2037 STREG %r21, 10*REG_SZ(%r3) [all …]
|
| H A D | unwind.c | 265 info->prev_sp = *(unsigned long *)(info->sp - FRAME_SIZE - REG_SZ); in unwind_special()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/net/ |
| H A D | bpf_jit_asm.S | 104 PPC_STL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 105 PPC_STL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \ 106 addi r5, r1, BPF_PPC_STACK_BASIC+(2*REG_SZ); \ 116 PPC_LL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 117 PPC_LL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \ 127 lwz r_A, BPF_PPC_STACK_BASIC+(2*REG_SZ)(r1) 157 PPC_STL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 158 PPC_STL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \ 168 PPC_LL r_A, (BPF_PPC_STACK_BASIC+(0*REG_SZ))(r1); \ 169 PPC_LL r_X, (BPF_PPC_STACK_BASIC+(1*REG_SZ))(r1); \
|
| H A D | bpf_jit_comp.c | 38 PPC_BPF_STL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_prologue() 39 PPC_BPF_STL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_prologue() 48 PPC_BPF_STL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_prologue() 90 PPC_BPF_LL(r_D, 1, -(REG_SZ*(32-r_D))); in bpf_jit_build_epilogue() 91 PPC_BPF_LL(r_HL, 1, -(REG_SZ*(32-r_HL))); in bpf_jit_build_epilogue() 97 PPC_BPF_LL(i, 1, -(REG_SZ*(32-i))); in bpf_jit_build_epilogue()
|
| H A D | bpf_jit32.h | 33 #define REG_SZ (BITS_PER_LONG/8) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | hyperv.h | 241 #define REG_SZ 1 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | hyperv.h | 241 #define REG_SZ 1 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | hyperv.h | 241 #define REG_SZ 1 macro
|
| /OK3568_Linux_fs/kernel/drivers/hv/ |
| H A D | hv_kvp.c | 420 case REG_SZ: in kvp_send_key() 616 kvp_data->value_type = REG_SZ; /* all our values are strings */ in kvp_respond_to_host()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | assembly.h | 26 #define REG_SZ 8 macro 41 #define REG_SZ 4 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 20282 - 'Debugger' (REG_SZ) -- a command to launch the debugger. 20291 - 'Auto' (REG_SZ) -- either '1' or '0'. '1' will make the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 20282 - 'Debugger' (REG_SZ) -- a command to launch the debugger. 20291 - 'Auto' (REG_SZ) -- either '1' or '0'. '1' will make the
|