Home
last modified time | relevance | path

Searched refs:traps (Results 1 – 25 of 126) sorted by relevance

123456

/OK3568_Linux_fs/external/xserver/render/
H A Dmitrap.c50 miTrapezoidBounds(int ntrap, xTrapezoid * traps, BoxPtr box) in miTrapezoidBounds() argument
56 for (; ntrap; ntrap--, traps++) { in miTrapezoidBounds()
59 if (!xTrapezoidValid(traps)) in miTrapezoidBounds()
61 y1 = xFixedToInt(traps->top); in miTrapezoidBounds()
65 y2 = xFixedToInt(xFixedCeil(traps->bottom)); in miTrapezoidBounds()
69 x1 = xFixedToInt(min(miLineFixedX(&traps->left, traps->top, FALSE), in miTrapezoidBounds()
70 miLineFixedX(&traps->left, traps->bottom, FALSE))); in miTrapezoidBounds()
76 (miLineFixedX(&traps->right, traps->top, TRUE), in miTrapezoidBounds()
77 miLineFixedX(&traps->right, traps->bottom, TRUE)))); in miTrapezoidBounds()
H A Dpicturestr.h240 INT16 ySrc, int ntrap, xTrapezoid * traps);
273 INT16 yOff, int ntrap, xTrap * traps);
487 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps);
520 INT16 xOff, INT16 yOff, int ntraps, xTrap * traps);
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c80 int ntrap, xTrapezoid *traps) in glamor_trapezoids() argument
99 for (; ntrap; ntrap--, traps++) in glamor_trapezoids()
101 y_src, 1, traps); in glamor_trapezoids()
105 miTrapezoidBounds(ntrap, traps, &bounds); in glamor_trapezoids()
110 x_dst = traps[0].left.p1.x >> 16; in glamor_trapezoids()
111 y_dst = traps[0].left.p1.y >> 16; in glamor_trapezoids()
129 for (; ntrap; ntrap--, traps++) in glamor_trapezoids()
131 (pixman_trapezoid_t *) traps, in glamor_trapezoids()
H A Dglamor_addtraps.c34 INT16 y_off, int ntrap, xTrap *traps) in glamor_add_traps() argument
37 fbAddTraps(pPicture, x_off, y_off, ntrap, traps); in glamor_add_traps()
/OK3568_Linux_fs/kernel/Documentation/networking/devlink/
H A Ddevlink-trap.rst32 supported packet traps with ``devlink`` and report trapped packets to
38 port). This is especially useful for drop traps (see :ref:`Trap-Types`)
58 | Non-control traps
62 | devlink | (non-drop traps)
98 action of such traps is not allowed, as it can easily break the control
104 Changing the action of such traps is not allowed, as it can easily break
123 Generic packet traps are used to describe traps that trap well-defined packets
125 Such traps can be shared by multiple device drivers and their description must
483 Device drivers can register driver-specific packet traps, but these must be
484 clearly documented. Such traps can correspond to device-specific exceptions and
[all …]
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c36 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) in fbAddTraps() argument
45 ntrap, (pixman_trap_t *) traps); in fbAddTraps()
162 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps) in fbTrapezoids() argument
164 xSrc -= (traps[0].left.p1.x >> 16); in fbTrapezoids()
165 ySrc -= (traps[0].left.p1.y >> 16); in fbTrapezoids()
169 xSrc, ySrc, ntrap, sizeof(xTrapezoid), (const uint8_t *) traps); in fbTrapezoids()
H A Dfbpict.h46 INT16 xOff, INT16 yOff, int ntrap, xTrap * traps);
60 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps);
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dtrampoline_32.S47 wr %g1, 0x0, %psr ! traps off though
71 wr %g1, PSR_ET, %psr ! traps on
101 wr %g1, 0x0, %psr ! traps off though
132 wr %g1, PSR_ET, %psr ! traps on
160 wr %g1, 0x0, %psr ! traps off though
188 wr %g1, PSR_ET, %psr ! traps on
H A Dentry.S444 wr %l0, PSR_ET, %psr ! re-enable traps
497 wr %l0, PSR_ET, %psr ! re-enable traps
512 wr %l0, PSR_ET, %psr ! re-enable traps
551 wr %l0, PSR_ET, %psr ! re-enable traps
568 wr %l0, PSR_ET, %psr ! re-enable traps
585 wr %l0, PSR_ET, %psr ! re-enable traps
602 wr %l0, PSR_ET, %psr ! re-enable traps
619 wr %l0, PSR_ET, %psr ! re-enable traps
636 wr %l0, PSR_ET, %psr ! re-enable traps
653 wr %l0, PSR_ET, %psr ! re-enable traps
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt16 - virtual-traps: The virtual traps, taken from the firmware binary.
23 virtual-traps = <0 0 0 0 0 0 0 0>;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlimits58 static constexpr bool traps = false;
183 static _LIBCPP_CONSTEXPR const bool traps = false;
245 static _LIBCPP_CONSTEXPR const bool traps = true;
247 static _LIBCPP_CONSTEXPR const bool traps = false;
296 static _LIBCPP_CONSTEXPR const bool traps = false;
342 static _LIBCPP_CONSTEXPR const bool traps = false;
388 static _LIBCPP_CONSTEXPR const bool traps = false;
438 static _LIBCPP_CONSTEXPR const bool traps = false;
484 static _LIBCPP_CONSTEXPR const bool traps = __base::traps;
530 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::traps;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlimits58 static constexpr bool traps = false;
183 static _LIBCPP_CONSTEXPR const bool traps = false;
245 static _LIBCPP_CONSTEXPR const bool traps = true;
247 static _LIBCPP_CONSTEXPR const bool traps = false;
296 static _LIBCPP_CONSTEXPR const bool traps = false;
342 static _LIBCPP_CONSTEXPR const bool traps = false;
388 static _LIBCPP_CONSTEXPR const bool traps = false;
438 static _LIBCPP_CONSTEXPR const bool traps = false;
484 static _LIBCPP_CONSTEXPR const bool traps = __base::traps;
530 _LIBCPP_CONSTEXPR const bool numeric_limits<_Tp>::traps;
[all …]
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pv.c740 struct trap_info *traps, bool full) in xen_convert_trap_info() argument
750 if (cvt_gate_to_trap(in, entry, &traps[out]) || full) in xen_convert_trap_info()
757 void xen_copy_trap_info(struct trap_info *traps) in xen_copy_trap_info() argument
761 xen_convert_trap_info(desc, traps, true); in xen_copy_trap_info()
770 static struct trap_info traps[257]; in xen_load_idt() local
780 out = xen_convert_trap_info(desc, traps, false); in xen_load_idt()
781 traps[out] = zero; in xen_load_idt()
784 if (HYPERVISOR_set_trap_table(traps)) in xen_load_idt()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dslog2.S35 | traps, and precision control = double extended.
50 | traps, and precision control = double extended.
64 | traps, and precision control = double extended.
79 | traps, and precision control = double extended.
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dqe_firmware.rst80 5) If necessary, device drivers that need the virtual traps and extended mode
85 These virtual traps are conditional branches in the microcode. These are
87 flexibility and save h/w traps If new features are activated or an issue is
89 structure signals the microcode which of these virtual traps is active.
238 virtual traps. As with 'extended_modes', this field is stored in the QE
248 'traps' is an array of 16 words that contain hardware trap values
249 for each of the 16 traps. If trap[i] is 0, then this particular
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dlimits.hpp84 BOOST_STATIC_CONSTANT(bool, traps = false);
137 BOOST_STATIC_CONSTANT(bool, traps = false);
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c1120 int ntrap, xTrapezoid * traps) in exaTrapezoids() argument
1131 miTrapezoidBounds(ntrap, traps, &bounds); in exaTrapezoids()
1136 xDst = traps[0].left.p1.x >> 16; in exaTrapezoids()
1137 yDst = traps[0].left.p1.y >> 16; in exaTrapezoids()
1146 for (; ntrap; ntrap--, traps++) in exaTrapezoids()
1147 if (xTrapezoidValid(traps)) in exaTrapezoids()
1148 (*ps->RasterizeTrapezoid) (pPicture, traps, -bounds.x1, -bounds.y1); in exaTrapezoids()
1163 for (; ntrap; ntrap--, traps++) in exaTrapezoids()
1164 exaTrapezoids(op, pSrc, pDst, maskFormat, xSrc, ySrc, 1, traps); in exaTrapezoids()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dlimits291 static _GLIBCXX_USE_CONSTEXPR bool traps = false;
445 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
512 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
582 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
655 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
723 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
787 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
851 static constexpr bool traps = __glibcxx_integral_traps;
912 static constexpr bool traps = __glibcxx_integral_traps;
979 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dlimits291 static _GLIBCXX_USE_CONSTEXPR bool traps = false;
445 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
512 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
582 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
655 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
723 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
787 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
851 static constexpr bool traps = __glibcxx_integral_traps;
912 static constexpr bool traps = __glibcxx_integral_traps;
979 static _GLIBCXX_USE_CONSTEXPR bool traps = __glibcxx_integral_traps;
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A DKconfig58 bool "KVM/MIPS: Dynamic binary translation to reduce traps"
63 instructions to reduce the number of traps.
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c947 MIPS_R2_STATS(traps); in mipsr2_decoder()
954 MIPS_R2_STATS(traps); in mipsr2_decoder()
961 MIPS_R2_STATS(traps); in mipsr2_decoder()
968 MIPS_R2_STATS(traps); in mipsr2_decoder()
975 MIPS_R2_STATS(traps); in mipsr2_decoder()
982 MIPS_R2_STATS(traps); in mipsr2_decoder()
2261 (unsigned long)__this_cpu_read(mipsr2emustats.traps), in mipsr2_emul_show()
2262 (unsigned long)__this_cpu_read(mipsr2bdemustats.traps)); in mipsr2_emul_show()
2320 __this_cpu_write((mipsr2emustats).traps, 0); in mipsr2_clear_show()
2321 __this_cpu_write((mipsr2bdemustats).traps, 0); in mipsr2_clear_show()
/OK3568_Linux_fs/kernel/drivers/misc/genwqe/
H A Dcard_utils.c832 int entries = 0, ring, traps, traces, trace_entries; in genwqe_ffdc_buff_size() local
871 traps = (val >> 24) & 0xff; in genwqe_ffdc_buff_size()
875 entries += traps + (traces * trace_entries); in genwqe_ffdc_buff_size()
890 int i, traps, traces, trace, trace_entries, trace_entry, ring; in genwqe_ffdc_buff_read() local
940 traps = (val >> 24) & 0xff; /* Number of Traps */ in genwqe_ffdc_buff_read()
956 trace_entry < (trace ? trace_entries : traps); in genwqe_ffdc_buff_read()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.bedbug29 ./arch/powerpc/cpu/ppc4xx/traps.c
72 arch/powerpc/cpu/mpc8xx/traps.c
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A DMakefile10 obj-y += cpu.o interrupts.o traps.o
/OK3568_Linux_fs/u-boot/arch/m68k/lib/
H A DMakefile16 obj-y += traps.o

123456