Searched full:rpu (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/rrenumd/ |
H A D | parser.y | 406 struct rr_pco_use *rpu; variable 410 rpu = (struct rr_pco_use *)(rpm + 1); 411 memset(rpu, 0, sizeof(*rpu)); 417 struct rr_pco_use *rpu; variable 421 rpu = (struct rr_pco_use *)(rpm + 1); 423 rpu->rpu_prefix = $2.addr; 424 rpu->rpu_uselen = $2.plen; 425 rpu->rpu_keeplen = $3; 434 struct rr_pco_use *rpu; variable 438 rpu = (struct rr_pco_use *)(rpm + 1); [all …]
|
/freebsd/usr.sbin/rtadvd/ |
H A D | rrenum.c | 86 struct rr_pco_use *rpu, *rpulim; in rr_pco_check() local 115 * rpu->rpu_uselen, rpu->rpu_keeplen, and sum of them must be in rr_pco_check() 118 for (rpu = (struct rr_pco_use *)(rpm + 1), in rr_pco_check() 120 rpu < rpulim; in rr_pco_check() 121 rpu += 1) { in rr_pco_check() 122 checklen = rpu->rpu_uselen; in rr_pco_check() 123 checklen += rpu->rpu_keeplen; in rr_pco_check() 134 __func__, rpu->rpu_uselen, rpu->rpu_keeplen, in rr_pco_check() 135 rpu->rpu_uselen + rpu->rpu_keeplen); in rr_pco_check() 146 struct rr_pco_use *rpu, *rpulim; in do_use_prefix() local [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | xlnx,zynqmp-r5fss.yaml | 14 The Xilinx platforms include a pair of Cortex-R5F processors (RPU) for 42 The RPU MPCore can operate in split mode (Dual-processor performance), Safety 43 lock-step mode(Both RPU cores execute the same code in lock-step, 44 clock-for-clock) or Single CPU mode (RPU core 0 is held in reset while 58 Configure RPU TCM 67 The RPU is located in the Low Power Domain of the Processor Subsystem. 72 Each RPU contains one 64KB memory and two 32KB memories that 99 - description: mailbox channel to send data to RPU 100 - description: mailbox channel to receive data from RPU 116 the RPU can execute instructions and access data from the OCM memory, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | pistachio-clock.txt | 20 The core clock controller generates clocks for the CPU, RPU (WiFi + BT
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx7d-zii-rpu2.dts | 5 * RPU - Remote Peripheral Unit
|