HomeSort by: relevance | last modified time | path
    Searched refs:Enable (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 60 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
62 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
63 bool patchFunctionTailExit(bool Enable, uint32_t FuncId,
65 bool patchCustomEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
66 bool patchTypedEvent(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
xray_AArch64.cc 35 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
38 // When |Enable| == true,
62 // When |Enable|==false, we set back the first instruction in the sled to be
67 if (Enable) {
93 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
96 return patchSled(Enable, FuncId, Sled, Trampoline);
99 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
101 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
104 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
106 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit)
    [all...]
xray_powerpc64.cc 53 bool patchFunctionEntry(const bool Enable, uint32_t FuncId,
56 if (Enable) {
71 bool patchFunctionExit(const bool Enable, uint32_t FuncId,
73 if (Enable) {
88 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
90 return patchFunctionExit(Enable, FuncId, Sled);
96 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
102 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,
xray_arm.cc 77 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
80 // When |Enable| == true,
103 // When |Enable|==false, we set back the first instruction in the sled to be
108 if (Enable) {
130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
133 return patchSled(Enable, FuncId, Sled, Trampoline);
136 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
138 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
141 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
143 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit)
    [all...]
xray_mips.cc 53 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
56 // When |Enable| == true,
94 // When |Enable|==false, we set back the first instruction in the sled to be
97 if (Enable) {
137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
140 return patchSled(Enable, FuncId, Sled, Trampoline);
143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
148 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit)
    [all...]
xray_mips64.cc 54 inline static bool patchSled(const bool Enable, const uint32_t FuncId,
57 // When |Enable| == true,
90 // When |Enable|==false, we set back the first instruction in the sled to be
93 if (Enable) {
146 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
149 return patchSled(Enable, FuncId, Sled, Trampoline);
152 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
154 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit);
157 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
161 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit)
    [all...]
xray_x86_64.cc 130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId,
161 if (Enable) {
177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId,
206 if (Enable) {
222 bool patchFunctionTailExit(const bool Enable, const uint32_t FuncId,
234 if (Enable) {
250 bool patchCustomEvent(const bool Enable, const uint32_t FuncId,
275 if (Enable) {
297 bool patchTypedEvent(const bool Enable, const uint32_t FuncId,
316 if (Enable) {
    [all...]
xray_interface.cc 150 bool patchSled(const XRaySledEntry &Sled, bool Enable,
155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry);
158 Success = patchFunctionExit(Enable, FuncId, Sled);
161 Success = patchFunctionTailExit(Enable, FuncId, Sled);
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry);
167 Success = patchCustomEvent(Enable, FuncId, Sled);
170 Success = patchTypedEvent(Enable, FuncId, Sled);
180 bool Enable) XRAY_NEVER_INSTRUMENT {
215 SucceedOnce |= patchSled(*f++, Enable, FuncId);
229 // implementation. |Enable| defines whether we're enabling or disabling th
    [all...]
  /src/sys/arch/vax/consolerl/
anyboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hkmboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hksboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hpmboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
hpsboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
ramboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
rasboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
upmboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
upsboo.com 8 SET SNAP ON ! Enable ERROR_HALT snapshots
11 UNJAM ! UNJAM SBIA's and enable master sbia interrupts
13 DEPOSIT CSWP 8 ! Turn off the cache - System will enable cache
  /src/usr.bin/make/unit-tests/
opt-debug.mk 5 # Enable debug logging for the variables (var.c).
  /src/sys/arch/acorn32/doc/
bootoptions 65 icache Enable instruction cache
66 dcache Enable data cache
71 termdebug Enable console debugging
  /src/sys/external/bsd/acpica/dist/include/platform/
aczephyr.h 189 * PARAMETERS: Enable, - Enable/Disable debug print
193 * DESCRIPTION: Enable/disable debug print
198 bool Enable);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6qdl-wandboard-revc1.dtsi 20 MX6QDL_PAD_CSI0_DAT13__GPIO5_IO31 0x0f0b0 /* GPIO5_IO31 (Wifi Power Enable) */
intel-ixp42x-ixdp425.dts 28 /* Enable writes on the expansion bus */
29 intel,ixp4xx-eb-write-enable = <1>;
intel-ixp43x-kixrp435.dts 24 /* Enable writes on the expansion bus */
25 intel,ixp4xx-eb-write-enable = <1>;
  /src/sys/arch/arm/arm/
cpufunc_asm_pj4b.S 44 #define MV_FMC0_SMP (1 << 1) /* SMP/nAMP enable */
45 #define MV_FMC0_PARITY (1 << 2) /* Enable L1 Cache Parity */
68 orr r0, r0, #(1 << 22) @ DVM_WAKEUP enable
80 bic r0, r0, #(1 << 23) @ Enable fast LDR
85 orr r0, r0, #(1 << 31) @ Enable write evict
95 orr r0, r0, #(PJ4B_AUXFMC0_SMPNAMP) @ enable SMP/nAMP
96 orr r0, r0, #(PJ4B_AUXFMC0_FW) @ enable maintenance bcast
98 bic r0, r0, #(PJ4B_AUXFMC0_DCSLFD) @ enable speculative linefill
99 orr r0, r0, #(PJ4B_AUXFMC0_L1PARITY) @ enable L1 parity
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
meson-gxl-s905x-khadas-vim.dts 172 "VCCK Enable",
197 "WIFI Power Enable", "WIFI WAKE HOST",
202 "WIFI 32K", "Bluetooth Enable",

Completed in 15 milliseconds

1 2 3 4