Home
last modified time | relevance | path

Searched full:fsd (Results 1 – 25 of 49) sorted by relevance

12

/freebsd/sys/riscv/riscv/
H A Dfpe.c72 "fsd f0, (16 * 0)(%2)\n" in fpe_store()
73 "fsd f1, (16 * 1)(%2)\n" in fpe_store()
74 "fsd f2, (16 * 2)(%2)\n" in fpe_store()
75 "fsd f3, (16 * 3)(%2)\n" in fpe_store()
76 "fsd f4, (16 * 4)(%2)\n" in fpe_store()
77 "fsd f5, (16 * 5)(%2)\n" in fpe_store()
78 "fsd f6, (16 * 6)(%2)\n" in fpe_store()
79 "fsd f7, (16 * 7)(%2)\n" in fpe_store()
80 "fsd f8, (16 * 8)(%2)\n" in fpe_store()
81 "fsd f9, (16 * 9)(%2)\n" in fpe_store()
[all …]
H A Dswtch.S53 fsd f0, (PCB_X + 0 * 16)(\p)
54 fsd f1, (PCB_X + 1 * 16)(\p)
55 fsd f2, (PCB_X + 2 * 16)(\p)
56 fsd f3, (PCB_X + 3 * 16)(\p)
57 fsd f4, (PCB_X + 4 * 16)(\p)
58 fsd f5, (PCB_X + 5 * 16)(\p)
59 fsd f6, (PCB_X + 6 * 16)(\p)
60 fsd f7, (PCB_X + 7 * 16)(\p)
61 fsd f8, (PCB_X + 8 * 16)(\p)
62 fsd f9, (PCB_X + 9 * 16)(\p)
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dtesla,fsd-clock.yaml4 $id: http://devicetree.org/schemas/clock/tesla,fsd-clock.yaml#
7 title: Tesla FSD (Full Self-Driving) SoC clock controller
11 - linux-fsd@tesla.com
14 FSD clock controller consist of several clock management unit
19 'dt-bindings/clock/fsd-clk.h' header.
24 - tesla,fsd-clock-cmu
25 - tesla,fsd-clock-imem
26 - tesla,fsd-clock-peric
27 - tesla,fsd-clock-fsys0
28 - tesla,fsd-clock-fsys1
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_setjmp_riscv64.S62 fsd fs0, 14<<3(x10)
63 fsd fs1, 15<<3(x10)
64 fsd fs2, 16<<3(x10)
65 fsd fs3, 17<<3(x10)
66 fsd fs4, 18<<3(x10)
67 fsd fs5, 19<<3(x10)
68 fsd fs6, 20<<3(x10)
69 fsd fs7, 21<<3(x10)
70 fsd fs8, 22<<3(x10)
71 fsd fs9, 23<<3(x10)
[all …]
/freebsd/lib/libc/riscv/gen/
H A D_setjmp.S63 fsd fs0, (0 * 8)(a0)
64 fsd fs1, (1 * 8)(a0)
65 fsd fs2, (2 * 8)(a0)
66 fsd fs3, (3 * 8)(a0)
67 fsd fs4, (4 * 8)(a0)
68 fsd fs5, (5 * 8)(a0)
69 fsd fs6, (6 * 8)(a0)
70 fsd fs7, (7 * 8)(a0)
71 fsd fs8, (8 * 8)(a0)
72 fsd fs9, (9 * 8)(a0)
[all …]
H A Dsetjmp.S77 fsd fs0, (0 * 8)(a0)
78 fsd fs1, (1 * 8)(a0)
79 fsd fs2, (2 * 8)(a0)
80 fsd fs3, (3 * 8)(a0)
81 fsd fs4, (4 * 8)(a0)
82 fsd fs5, (5 * 8)(a0)
83 fsd fs6, (6 * 8)(a0)
84 fsd fs7, (7 * 8)(a0)
85 fsd fs8, (8 * 8)(a0)
86 fsd fs9, (9 * 8)(a0)
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/tesla/
H A Dfsd.dtsi11 #include <dt-bindings/clock/fsd-clk.h>
15 compatible = "tesla,fsd";
454 compatible = "tesla,fsd-clock-imem";
468 compatible = "tesla,fsd-clock-cmu";
476 compatible = "tesla,fsd-clock-cam_csi";
484 compatible = "tesla,fsd-cam-sysreg", "syscon";
489 compatible = "tesla,fsd-clock-mfc";
497 compatible = "tesla,fsd-clock-peric";
515 compatible = "tesla,fsd-peric-sysreg", "syscon";
520 compatible = "tesla,fsd-clock-fsys0";
[all …]
H A Dfsd-evb.dts3 * Tesla FSD board device tree source
12 #include "fsd.dtsi"
16 model = "Tesla Full Self-Driving (FSD) Evaluation board";
17 compatible = "tesla,fsd-evb", "tesla,fsd";
39 simple-audio-card,name = "FSD Audio Card";
H A Dfsd-pinctrl.h3 * Tesla FSD DTS pinctrl constants
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dtesla.yaml7 title: Tesla Full Self Driving(FSD) platforms
11 - linux-fsd@tesla.com
19 - description: FSD SoC board
22 - tesla,fsd-evb # Tesla FSD Evaluation
23 - const: tesla,fsd
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_start.S80 fsd fa0, (8 * 9)(sp)
81 fsd fa1, (8 * 10)(sp)
82 fsd fa2, (8 * 11)(sp)
83 fsd fa3, (8 * 12)(sp)
84 fsd fa4, (8 * 13)(sp)
85 fsd fa5, (8 * 14)(sp)
86 fsd fa6, (8 * 15)(sp)
87 fsd fa7, (8 * 16)(sp)
/freebsd/sys/geom/raid/
H A Dtr_raid1.c343 struct g_raid_subdisk *sd, *fsd; in g_raid_tr_raid1_rebuild_start() local
359 fsd = g_raid_get_subdisk(vol, G_RAID_SUBDISK_S_RESYNC); in g_raid_tr_raid1_rebuild_start()
360 if (fsd == NULL) in g_raid_tr_raid1_rebuild_start()
361 fsd = g_raid_get_subdisk(vol, G_RAID_SUBDISK_S_REBUILD); in g_raid_tr_raid1_rebuild_start()
362 if (fsd == NULL) { in g_raid_tr_raid1_rebuild_start()
363 fsd = g_raid_get_subdisk(vol, G_RAID_SUBDISK_S_STALE); in g_raid_tr_raid1_rebuild_start()
364 if (fsd != NULL) { in g_raid_tr_raid1_rebuild_start()
365 fsd->sd_rebuild_pos = 0; in g_raid_tr_raid1_rebuild_start()
366 g_raid_change_subdisk_state(fsd, in g_raid_tr_raid1_rebuild_start()
368 g_raid_write_metadata(vol->v_softc, vol, fsd, NULL); in g_raid_tr_raid1_rebuild_start()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/samsung/
H A Dsamsung,exynos-sysreg.yaml26 - tesla,fsd-cam-sysreg
27 - tesla,fsd-fsys0-sysreg
28 - tesla,fsd-fsys1-sysreg
29 - tesla,fsd-peric-sysreg
/freebsd/contrib/wpa/src/ap/
H A Dnan_usd_ap.c49 bool fsd, bool fsd_gas) in hostapd_nan_de_discovery_result() argument
61 " fsd=%d fsd_gas=%d srv_proto_type=%u ssi=%s", in hostapd_nan_de_discovery_result()
63 fsd, fsd_gas, srv_proto_type, ssi_hex); in hostapd_nan_de_discovery_result()
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-NAN-USD29 …o_type=<type>] [ssi=<service specific information (hexdump)>] [solicited=0] [unsolicited=0] [fsd=0]
84 NAN-DISCOVERY-RESULT subscribe_id=<own id> publish_id=<peer's id> address=<peer MAC address> fsd=<0…
121 event on dev0: <3>NAN-DISCOVERY-RESULT subscribe_id=7 publish_id=5 address=02:00:00:00:01:00 fsd=1 …
H A Dnan_usd.c241 const u8 *peer_addr, bool fsd, bool fsd_gas) in wpas_nan_de_discovery_result() argument
253 " fsd=%d fsd_gas=%d srv_proto_type=%u ssi=%s", in wpas_nan_de_discovery_result()
255 fsd, fsd_gas, srv_proto_type, ssi_hex); in wpas_nan_de_discovery_result()
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c304 struct fileset_desc *fsd; in udf_mountfs() local
437 printf("FSD does not lie within the partition!\n"); in udf_mountfs()
449 printf("Cannot read sector %d of FSD\n", sector); in udf_mountfs()
452 fsd = (struct fileset_desc *)bp->b_data; in udf_mountfs()
453 if (!udf_checktag(&fsd->tag, TAGID_FSD)) { in udf_mountfs()
455 bcopy(&fsd->rootdir_icb, &udfmp->root_icb, in udf_mountfs()
463 printf("Couldn't find the fsd\n"); in udf_mountfs()
/freebsd/contrib/wpa/src/common/
H A Dnan_de.h40 const u8 *peer_addr, bool fsd, bool fsd_gas);
89 bool fsd; member
H A Dnan_de.c246 if (srv->publish.fsd) in nan_de_tx_sdf()
393 /* Time out after one transmission (and wait for FSD) */ in nan_de_srv_expired()
396 if (!srv->publish.fsd) in nan_de_srv_expired()
407 * FSD) */ in nan_de_srv_expired()
487 /* Time out after one transmission (and wait for FSD) */ in nan_de_srv_time_to_next()
488 tmp = srv->publish.fsd ? 1000 : 100; in nan_de_srv_time_to_next()
496 * FSD) */ in nan_de_srv_time_to_next()
584 (srv->publish.fsd && in nan_de_timer()
910 if (srv->publish.fsd) in nan_de_rx_subscribe()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dsamsung-i2s.yaml41 tesla,fsd-i2s: for 8/16/24bit stereo channel I2S for playback and
54 - tesla,fsd-i2s
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp946 0x0a813427, // 0x58: fsd fs0,168(sp) in writeResolverCode()
947 0x0a913827, // 0x5c: fsd fs1,176(sp) in writeResolverCode()
948 0x0b213c27, // 0x60: fsd fs2,184(sp) in writeResolverCode()
949 0x0d313027, // 0x64: fsd fs3,192(sp) in writeResolverCode()
950 0x0d413427, // 0x68: fsd fs4,200(sp) in writeResolverCode()
951 0x0d513827, // 0x6c: fsd fs5,208(sp) in writeResolverCode()
952 0x0d613c27, // 0x70: fsd fs6,216(sp) in writeResolverCode()
953 0x0f713027, // 0x74: fsd fs7,224(sp) in writeResolverCode()
954 0x0f813427, // 0x78: fsd fs8,232(sp) in writeResolverCode()
955 0x0f913827, // 0x7c: fsd fs9,240(sp) in writeResolverCode()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dsamsung,exynos4210-mct.yaml36 - tesla,fsd-mct
147 - tesla,fsd-mct
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td79 def FSD : FPStore_r<0b011, "fsd", FPR64, WriteFST64>;
186 def : InstAlias<"fsd $rs2, (${rs1})", (FSD FPR64:$rs2, GPR:$rs1, 0), 0>;
200 def PseudoFSD : PseudoStore<"fsd", FPR64>;
481 def : StPat<store, FSD, FPR64, f64>;
H A DRISCVMakeCompressible.cpp117 case RISCV::FSD: in log2LdstWidth()
141 case RISCV::FSD: in offsetMask()
216 case RISCV::FSD: in isCompressibleStore()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h234 S_TYPE_INST(FSD);
286 FCVT_S_WU, FMV_W_X, FCVT_L_S, FCVT_LU_S, FCVT_S_L, FCVT_S_LU, FLD, FSD,

12