| /freebsd/lib/libcompiler_rt/ |
| H A D | Makefile | 20 # Out-of-line LSE atomics helpers for aarch64 31 ${lse_name}: lse.S
|
| /freebsd/sys/arm64/include/ |
| H A D | atomic.h | 108 ".arch_extension lse\n" \ 184 ".arch_extension lse\n" \ 236 ".arch_extension lse\n" \ 303 ".arch_extension lse\n" \ 356 ".arch_extension lse\n" \ 438 ".arch_extension lse\n" \
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | st,stm32mp1-rcc.yaml | 99 - const: lse 124 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | st,stm32h7-rcc.txt | 22 - low speed external clock signal (LSE)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
| H A D | lse.S | 7 // Out-of-line LSE atomics helpers. Ported from libgcc library. 26 .arch armv8-a+lse 132 // Macro for branch to label if no LSE available
|
| /freebsd/sys/arm64/arm64/ |
| H A D | support.S | 99 .arch_extension lse 145 .arch_extension lse 186 .arch_extension lse 226 .arch_extension lse
|
| H A D | identcpu.c | 2858 printf("Enabling LSE atomics in the kernel\n"); in identify_cpu_sysinit() 2862 panic("CPU does not support LSE atomic instructions"); in identify_cpu_sysinit()
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibportstate.c | 291 static int get_link_speed(int lse, int lss) in get_link_speed() argument 293 if (lse == 15) in get_link_speed() 296 return lse; in get_link_speed() 379 int state, physstate, lwe, lws, lwa, lse, lss, lsa, lsee, lses, lsea, in main() local 643 &lse); in main() 746 speed = get_link_speed(lse, lss); in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FMV.td | 64 def : FMVExtension<"lse", "FEAT_LSE", "+lse", 80>;
|
| H A D | AArch64Features.td | 108 def FeatureLSE : ExtensionWithMArch<"lse", "LSE", "FEAT_LSE", 109 "Enable Armv8.1-A Large System Extension (LSE) atomic instructions">; 531 "Enable out of line atomics to support LSE instructions">;
|
| /freebsd/contrib/bc/tests/bc/errors/ |
| H A D | 20.txt | 52 else x - (i += 1) print "true\���lse print "fal"
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32mp157a-dk1-scmi.dts | 72 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157c-ed1-scmi.dts | 77 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157c-dk2-scmi.dts | 78 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp157c-ev1-scmi.dts | 82 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32f746.dtsi | 58 clk-lse {
|
| H A D | stm32h743.dtsi | 59 clk_lse: clk-lse {
|
| H A D | stm32f429.dtsi | 63 clk_lse: clk-lse {
|
| H A D | stm32mp131.dtsi | 753 clock-names = "hse", "hsi", "csi", "lse", "lsi";
|
| H A D | stm32mp151.dtsi | 69 clk_lse: clk-lse {
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | aarch64.c | 31 // LSE support detection for out-of-line atomics
|
| /freebsd/sys/contrib/device-tree/Bindings/rtc/ |
| H A D | st,stm32-rtc.yaml | 63 - LSCO (Low Speed Clock Output) that allow to output LSE clock on a pin.
|
| /freebsd/sys/contrib/ck/include/gcc/aarch64/ |
| H A D | ck_pr.h | 189 * LSE alternatives.
|
| /freebsd/share/doc/psd/25.xdrrfc/ |
| H A D | xdr.rfc.ms | 625 FALSE = 0, 630 FALSE = 0,
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | AArch64.cpp | 738 .Case("lse", HasLSE) in hasFeature() 1066 if (Feature == "+lse") in handleTargetFeatures()
|