Home
last modified time | relevance | path

Searched refs:f4 (Results 1 – 66 of 66) sorted by relevance

/linux-4.1.27/drivers/hwmon/
Dfam15h_power.c58 struct pci_dev *f4 = data->pdev; in show_power() local
60 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 5), in show_power()
66 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 5), in show_power()
120 static bool fam15h_power_is_internal_node0(struct pci_dev *f4) in fam15h_power_is_internal_node0() argument
124 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 3), in fam15h_power_is_internal_node0()
177 static void fam15h_power_init_data(struct pci_dev *f4, in fam15h_power_init_data() argument
183 pci_read_config_dword(f4, REG_PROCESSOR_TDP, &val); in fam15h_power_init_data()
187 pci_bus_read_config_dword(f4->bus, PCI_DEVFN(PCI_SLOT(f4->devfn), 5), in fam15h_power_init_data()
195 dev_warn(&f4->dev, in fam15h_power_init_data()
/linux-4.1.27/arch/sparc/crypto/
Daes_asm.S231 ld [%o0 + 0x10], %f4
236 std %f4, [%o1 + 0x00]
297 ld [%o0 + 0x10], %f4
300 std %f4, [%o1 + 0x00]
375 std %f4, [%o1 + 0x00]
404 ld [%o1 + 0x00], %f4
430 fxor %f8, %f4, %f4
433 st %f4, [%o2 + 0x00]
445 ld [%o1 + 0x00], %f4
453 fxor %f8, %f4, %f4
[all …]
Ddes_asm.S30 std %f4, [%o1 + 0x10]
55 ldd [%o0 + 0x10], %f4
90 ldd [%o0 + 0x10], %f4
188 ldd [%o0 + 0x10], %f4
207 ldd [%o0 + 0x90], %f4
233 ldd [%o0 + 0x110], %f4
276 ldd [%o0 + 0x10], %f4
331 ldd [%o0 + 0x140], %f4; \
360 ldd [%o0 + 0x10], %f4; \
Dcamellia_asm.S137 ldd [%o1 + 0x20], %f4 ! k[ 8, 9]
139 fxor %f0, %f4, %f0
213 ldd [%o1 + 0x28], %f4
219 std %f4, [%o3 + 0x10]
249 ldd [%o0 + 0x00], %f4
253 fxor %f4, %f0, %f0
314 ldd [%o0 + 0x00], %f4
349 fxor %f4, %f0, %f0
371 fxor %f4, %f0, %f0
419 fxor %f4, %f0, %f0
[all …]
Dsha1_asm.S15 ld [%o0 + 0x10], %f4
38 st %f4, [%o0 + 0x10]
Dsha256_asm.S13 ld [%o0 + 0x10], %f4
41 st %f4, [%o0 + 0x10]
Dsha512_asm.S11 ldd [%o0 + 0x10], %f4
47 std %f4, [%o0 + 0x10]
/linux-4.1.27/Documentation/arm/nwfpe/
DNOTES7 registers f4-f7 to be preserved over a function call. The compiler quite
8 often uses an stfe instruction to save f4 on the stack upon entry to a
11 I was looking at some code, that calculated a double result, stored it in f4
13 f4 had been converted to an extended value in the emulator.
15 This is a side effect of the stfe instruction. The double in f4 had to be
18 result from the function call and f4 were used in a multiplication. If the
28 moved to f4 to preserve it over the log(y) call. The division will be done
29 in extended precision, due to the stfe instruction used to save f4 in log(y).
/linux-4.1.27/arch/sparc/lib/
DU1memcpy.S65 #define FREG_FROB(f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument
68 faligndata %f3, %f4, %f52; \
69 faligndata %f4, %f5, %f54; \
175 EX_LD(LOAD(ldd, %o1, %f4))
179 faligndata %f4, %f6, %f0
184 EX_LD(LOAD(ldd, %o1 + 0x8, %f4))
187 faligndata %f6, %f4, %f0
236 1: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16)
250 FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16)
252 3: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16)
[all …]
DNG2memcpy.S85 faligndata %x2, %x3, %f4; \
100 fsrc2 %x2, %f4;
104 fsrc2 %x2, %f4; \
109 fsrc2 %x2, %f4; \
115 fsrc2 %x2, %f4; \
122 fsrc2 %x2, %f4; \
130 fsrc2 %x2, %f4; \
281 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f14, f16)
292 FREG_LOAD_7(%g2, f0, f2, f4, f6, f8, f10, f12)
295 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f16, f18)
[all …]
DU3memcpy.S135 EX_LD(LOAD(ldd, %o1, %f4))
139 faligndata %f4, %f6, %f0
144 EX_LD(LOAD(ldd, %o1 + 0x8, %f4))
147 faligndata %f6, %f4, %f2
162 EX_LD(LOAD(ldd, %o1 + 0x010, %f4))
166 faligndata %f2, %f4, %f18
168 faligndata %f4, %f6, %f20
189 EX_LD(LOAD(ldd, %o1 + 0x010, %f4))
197 faligndata %f2, %f4, %f18
199 faligndata %f4, %f6, %f20
[all …]
Dcopy_page.S105 ldd [%o1 + 0x010], %f4
111 fsrc2 %f4, %f20
121 ldd [%o1 + 0x050], %f4
129 fsrc2 %f4, %f20
144 ldd [%o1 + 0x050], %f4
152 fsrc2 %f4, %f20
181 1: TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
202 TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
Dxor.S43 fxor %f4, %f20, %f20
70 fxor %f4, %f20, %f20
113 fxor %f4, %f20, %f52
138 fxor %f4, %f20, %f52
179 fxor %f4, %f20, %f20
214 fxor %f4, %f20, %f20
265 fxor %f4, %f20, %f52
310 fxor %f4, %f20, %f52
Dclear_page.S80 faddd %f0, %f2, %f4
DNG4memcpy.S216 EX_LD(LOAD(ldd, %g1 + 0x10, %f4))
224 faligndata %f2, %f4, %f18
226 faligndata %f4, %f6, %f20
/linux-4.1.27/arch/mips/include/asm/
Dfpregdef.h45 #define ft0 $f4 /* caller saved */
86 #define ft0 $f4 /* caller saved */
Dasmmacro-32.h21 s.d $f4, THREAD_FPR4(\thread)
45 l.d $f4, THREAD_FPR4(\thread)
Dasmmacro.h65 sdc1 $f4, THREAD_FPR4(\thread)
123 ldc1 $f4, THREAD_FPR4(\thread)
/linux-4.1.27/arch/mips/kernel/
Dr6000_fpu.S35 sdc1 $f4,(SC_FPREGS+32)(a0)
72 ldc1 $f4,(SC_FPREGS+32)(a0)
Dr4k_switch.S213 mtc1 t1, $f4
253 mthc1 t1, $f4
287 dmtc1 t1, $f4
Dr4k_fpu.S81 EX sdc1 $f4, SC_FPREGS+32(a0)
137 EX sdc1 $f4, SC32_FPREGS+32(a0)
203 EX ldc1 $f4, SC_FPREGS+32(a0)
256 EX ldc1 $f4, SC32_FPREGS+32(a0)
Dr2300_fpu.S39 EX(swc1 $f4,(SC_FPREGS+32)(a0))
94 EX(lwc1 $f4,(SC_FPREGS+32)(a0))
Dr2300_switch.S138 mtc1 t0, $f4
/linux-4.1.27/tools/perf/Documentation/
Dperf-diff.txt124 - file A with samples f1, f2, f3, f4, f6
125 - file B with samples f2, f4, f5
139 b x f4
148 b x f4
162 x x f4
/linux-4.1.27/arch/powerpc/crypto/
Daes-tab-4k.S58 .long R(68, 34, 34, 5c), R(51, a5, a5, f4)
131 .long R(f3, f4, f4, 07), R(cf, ea, ea, 25)
132 .long R(ca, 65, 65, af), R(f4, 7a, 7a, 8e)
169 .long R(51, f4, a7, 50), R(7e, 41, 65, 53)
185 .long R(75, c2, 89, 6a), R(f4, 8e, 79, 78)
203 .long R(65, da, f4, cd), R(06, 05, be, d5)
261 .long R(cd, 26, 78, 09), R(6e, 59, 18, f4)
/linux-4.1.27/arch/mips/kvm/
Dfpu.S46 sdc1 $f4, VCPU_FPR4(a0)
90 ldc1 $f4, VCPU_FPR4(a0)
/linux-4.1.27/arch/sparc/kernel/
Dfpu_traps.S35 faddd %f0, %f2, %f4
67 faddd %f0, %f2, %f4
253 fitod %f4, %f62
296 fdtos %f62, %f4
Dentry.S1091 std %f4, [%o0 + 0x10]
1126 ldd [%o0 + 0x10], %f4
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dptrace.h162 struct ia64_fpreg f4; /* preserved */ member
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-tz1090.c739 #define MUX(f0, f1, f2, f3, f4, mux_r, mux_b, mux_w) \ argument
746 TZ1090_MUX_ ## f4, \
775 #define DEFINE_SUBMUX(mux, f0, f1, f2, f3, f4, mux_r, mux_b, mux_w) \ argument
777 MUX(f0, f1, f2, f3, f4, mux_r, mux_b, mux_w)
802 #define MUX_PG(pg_name, f0, f1, f2, f3, f4, \ argument
808 .mux = MUX(f0, f1, f2, f3, f4, \
/linux-4.1.27/Documentation/video4linux/
DCARDLIST.cx2388522 … [0070:2291,0070:2295,0070:2299,0070:229d,0070:22f0,0070:22f3,0070:22f4,0070:22f5]
Dgspca.txt61 sn9c20x 045e:00f4 LifeCam VX-6000 (SN9C20x + OV9650)
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S77 # r5 = {f7 f6 f5 f4 f3 f2 f1 f0}
86 # r4 = {h4 g4 f4 e4 d4 c4 b4 a4}
105 vshufps $0x44, \r5, \r4, \r2 # r2 = {f5 f4 e5 e4 f1 f0 e1 e0}
112 vshufps $0x88, \t1, \r2, \t1 # t1 = {h4 g4 f4 e4 h0 g0 f0 e0}
/linux-4.1.27/scripts/
Dpatch-kernel219 STOPEXTRA=`echo $stopvers | cut -d. -f4`
/linux-4.1.27/arch/ia64/kernel/
Dentry.h45 .spillsp f4,SW(F4)+16+(off); .spillsp f5,SW(F5)+16+(off); \
Dasm-offsets.c135 DEFINE(IA64_SWITCH_STACK_F4_OFFSET, offsetof (struct switch_stack, f4)); in foo()
Dmca_asm.S572 stf.spill [temp1]=f4,32
731 ldf.fill f4=[temp1],32
Dentry.S91 mov r6=0; mov f4=f0; mov b3=r0
300 stf.spill [r2]=f4,32
402 ldf.fill f4=[r14],32
Dhead.S138 stf.spill.nta [_reg1]=f4,16;; \
1183 ldf.fill.nta f4=[r25],16;;
Dunaligned.c229 RSW(f2), RSW(f3), RSW(f4), RSW(f5),
/linux-4.1.27/arch/s390/kernel/
Dreipl.S36 std %f4, 0x20 + __LC_FPREGS_SAVE_AREA-SAVE_AREA_BASE(%r1)
/linux-4.1.27/arch/alpha/kernel/
Dentry.S657 stt $f4, 96($sp)
711 ldt $f4, 96($sp)
/linux-4.1.27/drivers/pinctrl/qcom/
Dpinctrl-ipq8064.c180 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10) \ argument
190 IPQ_MUX_##f4, \
Dpinctrl-apq8064.c227 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10) \ argument
237 APQ_MUX_##f4, \
Dpinctrl-msm8916.c304 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument
314 MSM_MUX_##f4, \
Dpinctrl-apq8084.c343 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7) \ argument
353 APQ_MUX_##f4, \
Dpinctrl-msm8x74.c339 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7) \ argument
349 MSM_MUX_##f4, \
Dpinctrl-msm8960.c352 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11) \ argument
362 MSM_MUX_##f4, \
/linux-4.1.27/Documentation/sysctl/
Dnet.txt162 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8: ... (52 bytes total)
173 84:50:f4:00:a8:15:d1:a7:e9:7f:1d:60:35:c7:47:25:42:97:74:ca:56:bb:b6:a1:d8:43:e3:c9:0c:fd:17:55:c2:…
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-memory.txt78 0xec-0xff - Nothing seems to be in these registers, 0xec-f4 are 0x00000000.
/linux-4.1.27/drivers/s390/block/
Ddasd_eckd.h280 __u8 f4; member
Ddasd_eckd.c51 #define ECKD_F4(i) (ECKD_F(i)==0x02?(i->factors.f_0x02.f4):0)
/linux-4.1.27/arch/arm/boot/dts/
Domap3-ldp.dts63 label = "f4";
/linux-4.1.27/arch/sparc/include/asm/
Dhypervisor.h1226 unsigned long f4; /* Entry specific */ member
/linux-4.1.27/drivers/zorro/
Dzorro.ids50 02f4 Progressive Peripherals & Systems
82 03f4 Access Associates Alegra
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni172 0x93 U+00f4
/linux-4.1.27/drivers/gpu/drm/msm/edp/
Dedp_ctrl.c266 goto f4; in edp_clk_enable()
272 f4: in edp_clk_enable()
/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c210 char f4[512][4]; member
1453 memcpy(*outbuf, fifo->f4[ptr], 4); in sw842_ptr4()
/linux-4.1.27/drivers/net/wireless/libertas/
DREADME57 0x0000 38 33 30 58 00 00 34 f4 00 00 10 00 00 c4 17 00
/linux-4.1.27/Documentation/
Dstatic-keys.txt197 ffffffff810442b7: e8 f4 d9 00 00 callq ffffffff81051cb0 <pid_vnr>
/linux-4.1.27/Documentation/usb/
Dgadget_hid.txt164 {.opt = "--f4", .val = 0x3d},
/linux-4.1.27/Documentation/s390/
DDebugging390.txt528 f4 z/Architecture argument 2 saved
581 64 128 saved f4 of caller function
655 400504: 00 40 04 f4 .long 0x004004f4
670 400524: 07 f4 br %r4
686 we now use f4 & f6 for floating point arguments on 64 bit.
712 800005e6: 07 f4 br %r4
/linux-4.1.27/arch/x86/lib/
Dx86-opcode-map.txt304 f4: HLT
590 f4: pmuludq Pq,Qq | vpmuludq Vx,Hx,Wx (66),(v1)
/linux-4.1.27/arch/m68k/ifpsp060/
Dpfpsp.sa1182 dc.l $6c120c80,$fffffc01,$670000f4,$6d000070
Dfplsp.sa1244 dc.l $2b2f13e6,$e92c9eb3,$19b03fff,$000094f4
/linux-4.1.27/drivers/staging/speakup/
Dspkguide.txt1085 speakup + f4 -- Toggle window silence on and off.