Searched refs:REG_SZ (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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) 117 LDREG,ma REG_SZ(%r21), %r8 118 LDREG,ma REG_SZ(%r21), %r9 121 STREG,ma %r8, REG_SZ(%r20) [all …]
|
H A D | real2.S | 28 .block REG_SZ * N_SAVED_REGS 50 STREG %r27, -1*REG_SZ(%sp) 51 STREG %r29, -2*REG_SZ(%sp) 95 LDREG -1*REG_SZ(%sp), %r27 96 LDREG -2*REG_SZ(%sp), %r29 97 ldo -2*REG_SZ(%sp), %sp 241 ldd 2*REG_SZ(%arg1), %arg2 243 ldd 4*REG_SZ(%arg1), %r22 244 ldd 5*REG_SZ(%arg1), %r21 245 ldd 6*REG_SZ(%arg1), %r20 [all …]
|
H A D | entry.S | 1951 STREG %r23, 2*REG_SZ(%r3) 1952 STREG %r24, 3*REG_SZ(%r3) 1953 STREG %r25, 4*REG_SZ(%r3) 1954 STREG %r26, 5*REG_SZ(%r3) 1955 STREG %r28, 6*REG_SZ(%r3) 1956 STREG %r29, 7*REG_SZ(%r3) 1958 STREG %r19, 8*REG_SZ(%r3) 1959 STREG %r20, 9*REG_SZ(%r3) 1975 LDREG 2*REG_SZ(%r3), %r23 1976 LDREG 3*REG_SZ(%r3), %r24 [all …]
|
H A D | unwind.c | 266 info->prev_sp = *(unsigned long *)(info->sp - FRAME_SIZE - REG_SZ); in unwind_special()
|
/openbmc/qemu/net/ |
H A D | tap-win32.c | 263 if (!(status != ERROR_SUCCESS || data_type != REG_SZ)) { in is_tap_win32_dev() 273 if (status == ERROR_SUCCESS && data_type == REG_SZ) { in is_tap_win32_dev() 360 if (status != ERROR_SUCCESS || name_type != REG_SZ) { in get_device_guid()
|
/openbmc/linux/include/uapi/linux/ |
H A D | hyperv.h | 252 #define REG_SZ 1 macro
|
/openbmc/linux/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()
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | assembly.h | 16 #define REG_SZ 8 macro 22 #define REG_SZ 4 macro
|
/openbmc/qemu/qga/vss-win32/ |
H A D | install.cpp | 413 ret = RegSetValueEx(hKey, value, 0, REG_SZ, (LPBYTE)data, size); in CreateRegistryKey()
|
/openbmc/linux/arch/parisc/net/ |
H A D | bpf_jit.h | 84 #define REG_SIZE REG_SZ /* bytes per native "long" word */
|