/arch/xtensa/kernel/ |
D | traps.c | 85 int fast; member 427 int fast = dispatch_init_table[i].fast; in trap_init() local 431 if (fast == 0) in trap_init() 433 if ((fast & USER) != 0) in trap_init() 435 if ((fast & KRNL) != 0) in trap_init()
|
/arch/arm/boot/dts/ |
D | ast2500-facebook-netbmc-common.dtsi | 48 m25p,fast-read; 54 m25p,fast-read;
|
D | aspeed-bmc-opp-vesnin.dts | 84 m25p,fast-read; 91 m25p,fast-read; 104 m25p,fast-read;
|
D | aspeed-bmc-intel-s2600wf.dts | 45 m25p,fast-read; 58 m25p,fast-read;
|
D | aspeed-ast2500-evb.dts | 41 m25p,fast-read; 52 m25p,fast-read;
|
D | qcom-msm8974-sony-xperia-amami.dts | 397 qcom,fast-charge-safe-current = <1300000>; 398 qcom,fast-charge-current-limit = <1300000>; 400 qcom,fast-charge-safe-voltage = <4400000>; 401 qcom,fast-charge-high-threshold-voltage = <4350000>; 402 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
D | aspeed-bmc-inspur-on5263m5.dts | 53 m25p,fast-read; 66 m25p,fast-read;
|
D | qcom-msm8974-sony-xperia-honami.dts | 446 qcom,fast-charge-safe-current = <1500000>; 447 qcom,fast-charge-current-limit = <1500000>; 449 qcom,fast-charge-safe-voltage = <4400000>; 450 qcom,fast-charge-high-threshold-voltage = <4350000>; 451 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
D | aspeed-ast2600-evb.dts | 101 m25p,fast-read; 145 m25p,fast-read;
|
D | aspeed-bmc-microsoft-olympus.dts | 82 m25p,fast-read; 95 m25p,fast-read;
|
D | aspeed-bmc-portwell-neptune.dts | 48 m25p,fast-read; 59 m25p,fast-read;
|
D | socfpga_arria10_socdk_qspi.dts | 19 m25p,fast-read;
|
D | aspeed-bmc-facebook-yosemitev2.dts | 35 m25p,fast-read; 46 m25p,fast-read;
|
D | qcom-msm8974-sony-xperia-castor.dts | 590 qcom,fast-charge-safe-current = <1500000>; 591 qcom,fast-charge-current-limit = <1500000>; 593 qcom,fast-charge-safe-voltage = <4400000>; 594 qcom,fast-charge-high-threshold-voltage = <4350000>; 595 qcom,fast-charge-low-threshold-voltage = <3400000>;
|
/arch/m68k/ |
D | Kconfig.debug | 34 bool "Use fast second timer for profiling" 37 Use a fast secondary clock to produce profiling information.
|
/arch/alpha/lib/ |
D | strlen.S | 39 found: blbs $2, done # make aligned case fast
|
/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1012a-frwy.dts | 34 m25p,fast-read;
|
D | fsl-lx2160a-rdb.dts | 88 m25p,fast-read; 99 m25p,fast-read;
|
D | fsl-ls1012a-rdb.dts | 46 m25p,fast-read;
|
/arch/nios2/boot/dts/ |
D | 3c120_devboard.dts | 31 altr,implementation = "fast"; 39 altr,fast-tlb-miss-addr = <0xc7fff400>;
|
/arch/x86/kvm/ |
D | hyperv.c | 1607 bool ex, bool fast) in kvm_hv_send_ipi() argument 1622 if (!fast) { in kvm_hv_send_ipi() 1713 static u16 kvm_hvcall_signal_event(struct kvm_vcpu *vcpu, bool fast, u64 param) in kvm_hvcall_signal_event() argument 1717 if (unlikely(!fast)) { in kvm_hvcall_signal_event() 1756 bool fast, rep; in kvm_hv_hypercall() local 1784 fast = !!(param & HV_HYPERCALL_FAST_BIT); in kvm_hv_hypercall() 1789 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall() 1804 ret = kvm_hvcall_signal_event(vcpu, fast, ingpa); in kvm_hv_hypercall() 1823 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall() 1830 if (unlikely(fast || rep)) { in kvm_hv_hypercall() [all …]
|
/arch/arm64/boot/dts/marvell/ |
D | armada-3720-uDPU.dts | 137 /delete-property/mrvl,i2c-fast-mode; 147 /delete-property/mrvl,i2c-fast-mode;
|
/arch/mips/boot/dts/brcm/ |
D | bcm97360svmb.dts | 91 m25p,fast-read;
|
D | bcm97358svmb.dts | 88 m25p,fast-read;
|
/arch/arc/include/asm/ |
D | arcregs.h | 231 unsigned int fast:1, ver:8; member 233 unsigned int ver:8, fast:1;
|