Home
last modified time | relevance | path

Searched refs:Phase (Results 1 – 25 of 39) sorted by relevance

12

/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp398 static bool isLTOPreLink(ThinOrFullLTOPhase Phase) { in isLTOPreLink() argument
399 return Phase == ThinOrFullLTOPhase::ThinLTOPreLink || in isLTOPreLink()
400 Phase == ThinOrFullLTOPhase::FullLTOPreLink; in isLTOPreLink()
406 ThinOrFullLTOPhase Phase) { in buildO1FunctionSimplificationPipeline() argument
464 isLTOPreLink(Phase))); in buildO1FunctionSimplificationPipeline()
487 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt || in buildO1FunctionSimplificationPipeline()
546 ThinOrFullLTOPhase Phase) { in buildFunctionSimplificationPipeline() argument
552 return buildO1FunctionSimplificationPipeline(Level, Phase); in buildFunctionSimplificationPipeline()
647 isLTOPreLink(Phase))); in buildFunctionSimplificationPipeline()
678 if (Phase != ThinOrFullLTOPhase::ThinLTOPreLink || !PGOOpt || in buildFunctionSimplificationPipeline()
[all …]
/src/sys/contrib/edk2/Include/Protocol/
H A DPciPlatform.h210 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase,
247 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase,
H A DPciHostBridgeResourceAllocation.h186 IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PHASE Phase
367 IN EFI_PCI_CONTROLLER_RESOURCE_ALLOCATION_PHASE Phase
H A DIdeControllerInit.h306 IN EFI_IDE_CONTROLLER_ENUM_PHASE Phase,
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp851 AMDGPU::SchedulingPhase Phase) = 0;
855 AMDGPU::SchedulingPhase Phase) = 0;
871 AMDGPU::SchedulingPhase Phase) override;
874 AMDGPU::SchedulingPhase Phase) override { in shouldApplyStrategy() argument
887 AMDGPU::SchedulingPhase Phase) { in applyIGLPStrategy() argument
1342 AMDGPU::SchedulingPhase Phase) override;
1345 AMDGPU::SchedulingPhase Phase) override;
1551 AMDGPU::SchedulingPhase Phase) { in shouldApplyStrategy() argument
1555 if (Phase != AMDGPU::SchedulingPhase::PostRA) in shouldApplyStrategy()
1557 if (Phase != AMDGPU::SchedulingPhase::PostRA && !analyzeDAG(TII)) in shouldApplyStrategy()
[all …]
H A DAMDGPUIGroupLP.h24 createIGroupLPDAGMutation(AMDGPU::SchedulingPhase Phase);
/src/contrib/wpa/hostapd/
H A Dhostapd.eap_user23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
41 # version based on the Phase 1 identity. Without this flag, the EAP
58 # Phase 1 users
85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
H A DChangeLog754 * EAP-FAST server: piggyback Phase 2 start with the end of Phase 1
871 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2
873 * added support for EAP Sequences in EAP-FAST Phase 2
880 * added support for fragmenting EAP-TTLS/PEAP/FAST Phase 2 (tunneled)
903 phase 2 to allow EAP-SIM and EAP-AKA to be used as the Phase 2 method
1179 Phase 1 identity
1199 * added support for configuring multiple allowed EAP types for Phase 2
1207 * added support for configuring list of EAP methods for Phase 1 so that
/src/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md7 ### ZED+FM Phase 1 ###
9 All the phase 1 work is in current Master branch. Phase I work includes:
16 ### ZED+FM Phase 2 (WIP) ###
24 ### ZED+FM Phase 3 ###
/src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h196 ThinOrFullLTOPhase Phase);
214 ThinOrFullLTOPhase Phase);
219 ThinOrFullLTOPhase Phase);
224 ThinOrFullLTOPhase Phase);
700 ThinOrFullLTOPhase Phase);
/src/usr.sbin/ppp/
H A Dppp.conf11 set log Phase Chat LCP IPCP CCP tun command
/src/contrib/wpa/wpa_supplicant/
H A Deap_testing.txt236 packet from Supplicant looks like the one sent in the Phase 1. The
237 server generates a valid looking reply in the same way as in Phase
256 seems to get confused and fails to send proper Phase 2 data.
265 seems to get confused and fails to send proper Phase 2 data.
306 (Failed to decrypt Phase 2 data)
H A DChangeLog39 * EAP-PEAP: require Phase 2 authentication by default (phase2_auth=1)
390 * EAP-TTLS: fixed success after fragmented final Phase 2 message
808 * added domain_suffix_match (and domain_suffix_match2 for Phase 2
989 certificate configuration between Phase 1 and Phase 2
1442 * added support for configuring Phase 2 (inner/tunneled) authentication
1446 * added support for EAP Sequences in EAP-FAST Phase 2
1571 * added support for fragmentation of outer TLS packets during Phase 2
2173 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of
2202 * allow EAP-PEAP/TTLS fast reauthentication only if Phase 2 succeeded
2203 in the previous authentication (previously, only Phase 1 success was
[all …]
H A DREADME-HS20250 # phase1: Pre-configure Phase 1 (outer authentication) parameters
253 # phase2: Pre-configure Phase 2 (inner authentication) parameters
/src/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md81 **Key Phase:** Key phase bit in QUIC packet headers. See RFC 9000.
87 **KP:** See Key Phase.
264 has a flipped Key Phase bit, meaning the peer has initiated a key update.
299 TX direction by flipping the Key Phase bit in an outgoing packet. A TXKU can be
H A Dconnection-state-machine.md621 - Phase 1: “Steady state only” model which jumps to the `ACTIVE.OPEN`
626 - Phase 2: “Dummy handshake” model which uses a one-byte protocol
635 - Phase 3: Final model with TLS 1.3 handshake layer fully plumbed in.
/src/sys/contrib/device-tree/Bindings/iio/dac/
H A Dad5755.txt24 Valid values for DC DC Phase control is:
/src/sys/contrib/device-tree/Bindings/iio/frequency/
H A Dadf4350.txt54 2: Phase resync enable
/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp4090 for (phases::ID Phase : types::getCompilationPhases(HeaderType)) in handleArguments() local
4091 ClangClPch = ConstructPhaseAction(C, Args, Phase, ClangClPch); in handleArguments()
4191 for (phases::ID Phase : PL) { in BuildActions() local
4196 Current, InputArg, Phase, PL.back(), FullPL); in BuildActions()
4201 if (Phase == phases::Link) { in BuildActions()
4202 assert(Phase == PL.back() && "linking must be final compilation step."); in BuildActions()
4217 if (Phase == phases::IfsMerge) { in BuildActions()
4218 assert(Phase == PL.back() && "merging must be final compilation step."); in BuildActions()
4224 if (Phase == phases::Precompile && ExtractAPIAction) { in BuildActions()
4234 Action *NewCurrent = ConstructPhaseAction(C, Args, Phase, Current); in BuildActions()
[all …]
/src/sys/contrib/openzfs/config/
H A Dkernel.m4764 dnl # Phase 1) attempt to build the object files for all of the tests
768 dnl # Phase 2) disable all tests which failed the initial compilation,
779 dnl # Phase 1 - Compilation only, final linking is skipped.
783 dnl # Phase 2 - When building external modules disable test cases
/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1572 if (ForceUpdate && Phase == AttributorPhase::UPDATE)
1593 if (Phase == AttributorPhase::SEEDING && !shouldSeedAttribute(AA)) {
1618 AttributorPhase OldPhase = Phase;
1619 Phase = AttributorPhase::UPDATE;
1623 Phase = OldPhase;
1705 if (Phase == AttributorPhase::SEEDING || Phase == AttributorPhase::UPDATE)
1741 if (Phase == AttributorPhase::MANIFEST || Phase == AttributorPhase::CLEANUP)
2553 } Phase = AttributorPhase::SEEDING;
/src/share/examples/ppp/
H A Dppp.conf.sample30 set log Phase Chat LCP IPCP CCP tun command
315 set log Phase # Log link uptime
478 set log Phase Chat LQM
487 set log Phase LQM
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DDriver.h639 Compilation &C, const llvm::opt::ArgList &Args, phases::ID Phase,
/src/sys/dev/aic7xxx/
H A Daic79xx.reg1707 * SCSI Phase
2575 * 960MHz Phase-Locked Loop Control 0
2600 * 960MHz Phase-Locked Loop Control 1
2640 * 960-MHz Phase-Locked Loop Test Count
2650 * 400-MHz Phase-Locked Loop Control 0
2676 * 400-MHz Phase-Locked Loop Control 1
2698 * 400-MHz Phase-Locked Loop Test Count
/src/contrib/ntp/sntp/m4/
H A Dntp_openssl.m4272 NTP_OPENSSL_VERBOSE_MSG([OpenSSL Phase I checks:])
514 NTP_OPENSSL_VERBOSE_MSG([OpenSSL Phase II checks:])

12