HomeSort by relevance Sort by last modified time
    Searched refs:pstore (Results 1 - 25 of 35) sorted by null

1 2

  /device/google/wahoo/
init.ramoops.sh 8 echo 1 > /sys/devices/virtual/ramoops/pstore/use_alt
13 # Trigger remount of pstore regardless of decryption state
init.hardware.rc 232 mount pstore pstore /sys/fs/pstore
233 chown system log /sys/fs/pstore
234 chown system log /sys/fs/pstore/console-ramoops
235 chmod 0440 /sys/fs/pstore/console-ramoops
236 chown system log /sys/fs/pstore/console-ramoops-0
237 chmod 0440 /sys/fs/pstore/console-ramoops-0
238 chown system log /sys/fs/pstore/pmsg-ramoops-0
239 chmod 0440 /sys/fs/pstore/pmsg-ramoops-
    [all...]
  /external/linux-kselftest/tools/testing/selftests/pstore/
pstore_post_reboot_tests 3 # pstore_post_reboot_tests - Check pstore's behavior after crash/reboot
19 prlog -n "Mounting pstore filesystem ... "
20 mount_info=`grep pstore /proc/mounts`
25 mount none /sys/fs/pstore -t pstore
27 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
37 prlog -n "Checking dmesg files exist in pstore filesystem ... "
40 prlog -n "Checking console files exist in pstore filesystem ... "
43 prlog -n "Checking pmsg files exist in pstore filesystem ... "
73 prlog -n "Removing all files in pstore filesystem
    [all...]
common_tests 3 # common_tests - Shell script commonly used by pstore test scripts
57 TEST_STRING_PATTERN="Testing pstore: uuid="
73 prlog "=== Pstore unit tests (`basename $0`) ==="
76 prlog -n "Checking pstore backend is registered ... "
77 backend=`cat /sys/module/pstore/parameters/backend`
  /external/linux-kselftest/android/
Android.kselftest.mk 103 # Pstore test
104 module_prebuilt := pstore/pstore_tests
105 module_src_files := pstore/pstore_tests
108 module_prebuilt := pstore/pstore_post_reboot_tests
109 module_src_files := pstore/pstore_post_reboot_tests
112 module_prebuilt := pstore/common_tests
113 module_src_files := pstore/common_tests
116 module_prebuilt := pstore/pstore_crash_test
117 module_src_files := pstore/pstore_crash_test
  /external/eigen/bench/
benchVecAdd.cpp 107 // internal::pstore(&a[i], internal::padd(a0, b0));
111 // internal::pstore(&a[i+1*PacketSize], internal::padd(a1, b1));
115 // internal::pstore(&a[i+2*PacketSize], internal::padd(a2, b2));
119 // internal::pstore(&a[i+3*PacketSize], internal::padd(a3, b3));
123 // internal::pstore(&a[i+4*PacketSize], internal::padd(a0, b0));
124 // internal::pstore(&a[i+5*PacketSize], internal::padd(a1, b1));
125 // internal::pstore(&a[i+6*PacketSize], internal::padd(a2, b2));
126 // internal::pstore(&a[i+7*PacketSize], internal::padd(a3, b3));
128 internal::pstore(&a[i+2*PacketSize], internal::padd(internal::ploadu(&a[i+2*PacketSize]), internal::ploadu(&b[i+2*PacketSize])));
129 internal::pstore(&a[i+3*PacketSize], internal::padd(internal::ploadu(&a[i+3*PacketSize]), internal::ploadu(&b[i+3*P (…)
    [all...]
  /external/eigen/test/
packetmath.cpp 67 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \
78 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); }
134 internal::pstore(data2, internal::pload<Packet>(data1));
139 internal::pstore(data2, internal::ploadu<Packet>(data1+offset));
169 internal::pstore(data2, packets[0]);
195 internal::pstore(data2, internal::pset1<Packet>(data1[offset]));
204 internal::pstore(data2+0*PacketSize, A0);
205 internal::pstore(data2+1*PacketSize, A1);
206 internal::pstore(data2+2*PacketSize, A2);
207 internal::pstore(data2+3*PacketSize, A3)
    [all...]
  /external/eigen/Eigen/src/Core/arch/CUDA/
PacketMathHalf.h 60 template<> __device__ EIGEN_STRONG_INLINE void pstore<Eigen::half>(Eigen::half* to, const half2& from) { function in namespace:Eigen::internal
399 template<> EIGEN_STRONG_INLINE void pstore<half>(Eigen::half* to, const Packet16h& from) {
423 pstore(aux, a);
453 pstore(aux, a);
512 pstore(aux, from);
642 pstore<half>(in[0], kernel.packet[0]);
643 pstore<half>(in[1], kernel.packet[1]);
644 pstore<half>(in[2], kernel.packet[2]);
645 pstore<half>(in[3], kernel.packet[3]);
646 pstore<half>(in[4], kernel.packet[4])
    [all...]
TypeCasting.h 195 pstore(aux, a);
  /external/eigen/Eigen/src/Core/arch/ZVector/
Complex.h 96 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } function in namespace:Eigen::internal
97 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } function in namespace:Eigen::internal
125 pstore<std::complex<float> >((std::complex<float> *) af, from);
131 pstore<std::complex<double> >(to, from);
192 pstore<std::complex<double> >(&res, a);
199 pstore<std::complex<float> >(res, a);
PacketMath.h 366 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) function in namespace:Eigen::internal
375 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) function in namespace:Eigen::internal
384 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) function in namespace:Eigen::internal
473 pstore<int>((int *)ai, from);
483 pstore<float>((float *)ai, from);
493 pstore<double>(af, from);
676 template<> EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet4i& from) { pstore<int>(to, from); }
677 template<> EIGEN_STRONG_INLINE void pstoreu<float>(float* to, const Packet4f& from) { pstore<float>(to, from); }
678 template<> EIGEN_STRONG_INLINE void pstoreu<double>(double* to, const Packet2d& from) { pstore<double>(to, from); }
684 template<> EIGEN_STRONG_INLINE int pfirst<Packet4i>(const Packet4i& a) { int EIGEN_ALIGN16 x[4]; pstore(x, a); return x[0];
    [all...]
  /external/linux-kselftest/tools/testing/selftests/
Makefile 24 TARGETS += pstore
96 make -C pstore run_crash
  /external/eigen/Eigen/src/Jacobi/
Jacobi.h 359 pstore(px, padd(pm.pmul(pc,xi),pcj.pmul(ps,yi)));
360 pstore(py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi)));
376 pstore (py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi)));
377 pstore (py+PacketSize, psub(pcj.pmul(pc,yi1),pm.pmul(ps,xi1)));
386 pstore (y+peelingEnd, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi)));
415 pstore(px, padd(pm.pmul(pc,xi),pcj.pmul(ps,yi)));
416 pstore(py, psub(pcj.pmul(pc,yi),pm.pmul(ps,xi)));
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/DeviceTree/
hi6220-hikey.dts 36 * 0x21f0,0000 - 0x21ff,ffff: pstore/ramoops buffer
56 pstore: pstore@0x21f00000 {
58 reg = <0x0 0x21f00000 0x0 0x00100000>; /* pstore/ramoops buffer */
63 memory-region = <&pstore>;
  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 80 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { pstore((float*)to, from.v); } function in namespace:Eigen::internal
93 pstore<std::complex<float> >((std::complex<float> *) af, from);
132 pstore((float *)&res, a.v);
309 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { pstore((double*)to, from.v); } function in namespace:Eigen::internal
325 pstore<std::complex<double> >(af, from);
365 pstore<std::complex<double> >(res, a);
PacketMath.h 259 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) function in namespace:Eigen::internal
269 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) function in namespace:Eigen::internal
330 pstore<float>(af, from);
339 pstore<int>((int *)ai, from);
623 pstore(aux, a);
855 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) function in namespace:Eigen::internal
892 pstore<double>(af, from);
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 123 pstore(C0+i+(I)*PacketSize, c0); \
124 pstore(C1+i+(I)*PacketSize, c1)
216 pstore(C0+i+(I)*PacketSize, c0);
  /external/eigen/Eigen/src/Core/
GenericPacketMath.h 285 template<typename Scalar, typename Packet> EIGEN_DEVICE_FUNC inline void pstore(Scalar* to, const Packet& from) function in namespace:Eigen::internal
296 { pstore(to, from); }
447 pstore(to, pset1<Packet>(a));
474 pstore(to, from);
  /external/eigen/Eigen/src/Core/arch/SSE/
PacketMath.h 358 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet4f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_ps(to, from); } function in namespace:Eigen::internal
359 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet2d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_pd(to, from); } function in namespace:Eigen::internal
360 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet4i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm_store_si128(reinterpret_cast<__m128i*>(to), from); } function in namespace:Eigen::internal
403 pstore(to, Packet4f(vec4f_swizzle1(pa,0,0,0,0)));
409 pstore(to, Packet2d(vec2d_swizzle1(pa,0,0)));
607 pstore(aux, a);
628 // for GCC (eg., it does not like using std::min after the pstore !!)
630 pstore(aux, a);
654 // for GCC (eg., it does not like using std::min after the pstore !!)
656 pstore(aux, a)
    [all...]
Complex.h 113 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), Packet4f(from.v)); } function in namespace:Eigen::internal
340 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, Packet2d(from.v)); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/AVX/
PacketMath.h 250 template<> EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet8f& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_store_ps(to, from); } function in namespace:Eigen::internal
251 template<> EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet4d& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_store_pd(to, from); } function in namespace:Eigen::internal
252 template<> EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet8i& from) { EIGEN_DEBUG_ALIGNED_STORE _mm256_storeu_si256(reinterpret_cast<__m256i*>(to), from); } function in namespace:Eigen::internal
297 pstore(to, pa);
302 pstore(to, pa);
307 pstore(to, pa);
Complex.h 92 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float>* to, const Packet4cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore(&numext::real_ref(*to), from.v); } function in namespace:Eigen::internal
310 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet2cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } function in namespace:Eigen::internal
  /external/eigen/Eigen/src/Core/arch/NEON/
Complex.h 126 template<> EIGEN_STRONG_INLINE void pstore <std::complex<float> >(std::complex<float> * to, const Packet2cf& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((float*)to, from.v); } function in namespace:Eigen::internal
381 template<> EIGEN_STRONG_INLINE void pstore <std::complex<double> >(std::complex<double> * to, const Packet1cd& from) { EIGEN_DEBUG_ALIGNED_STORE pstore((double*)to, from.v); } function in namespace:Eigen::internal
403 pstore<std::complex<double> >(&res, a);
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 101 pstore(&res[j], \
253 pstore(&res[j],T0);
258 pstore(&res[j+ResPacketSize],T1);
302 pstore(&res[i], pcj.pmadd(lhs0.template load<LhsPacket, Aligned>(i), ptmp0, pload<ResPacket>(&res[i])));
305 pstore(&res[i], pcj.pmadd(lhs0.template load<LhsPacket, Unaligned>(i), ptmp0, pload<ResPacket>(&res[i])));
  /external/eigen/Eigen/src/Core/arch/AVX512/
PacketMath.h 538 EIGEN_STRONG_INLINE void pstore<float>(float* to, const Packet16f& from) { function in namespace:Eigen::internal
542 EIGEN_STRONG_INLINE void pstore<double>(double* to, const Packet8d& from) { function in namespace:Eigen::internal
546 EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet16i& from) { function in namespace:Eigen::internal
608 pstore(to, pa);
613 pstore(to, pa);
618 pstore(to, pa);
    [all...]

Completed in 5973 milliseconds

1 2