Searched refs:epc (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/amd64/sgx/
H A Dsgx.c170 sgx_get_epc_page(struct sgx_softc *sc, struct epc_page **epc) argument
178 *epc = &sc->epc_pages[i];
186 sgx_put_epc_page(struct sgx_softc *sc, struct epc_page *epc) argument
190 if (epc == NULL)
193 addr = (epc->index * PAGE_SIZE) + sc->epc_base;
201 struct epc_page *epc; local
210 ret = sgx_get_epc_page(sc, &epc);
218 sgx_epa((void *)epc->base);
221 page = PHYS_TO_VM_PAGE(epc->phys);
345 struct epc_page *epc)
344 sgx_epc_page_remove(struct sgx_softc *sc, struct epc_page *epc) argument
356 struct epc_page *epc; local
413 sgx_measure_page(struct sgx_softc *sc, struct epc_page *secs, struct epc_page *epc, uint16_t mrmask) argument
620 sgx_insert_epc_page(struct sgx_enclave *enclave, struct epc_page *epc, uint64_t addr) argument
643 struct epc_page *epc; local
782 struct epc_page *epc; local
[all...]
/freebsd-12-stable/sbin/camcontrol/
H A DMakefile9 SRCS+= attrib.c epc.c fwdownload.c modeedit.c persist.c progress.c timestamp.c zone.c
H A Dcamcontrol.h86 int epc(struct cam_device *device, int argc, char **argv, char *combinedopt,
H A Depc.c612 epc(struct cam_device *device, int argc, char **argv, char *combinedopt, function
652 "ambiguous" : "invalid", "epc command",
773 warnx("The epc subcommand only works with ATA protocol "
H A Dcamcontrol.c238 {"epc", CAM_CMD_EPC, CAM_ARG_NONE, "c:dDeHp:Pr:sS:T:"},
9941 " camcontrol epc [dev_id][generic_args]<-c cmd> [-d] [-D] [-e]\n"
9992 "epc send ATA Extended Power Conditions commands\n"
10178 "epc arguments:\n"
10617 error = epc(cam_dev, argc, argv, combinedopt,
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.c172 uint32_t epc; local
174 CVMX_MF_COP0(epc, COP0_EPC);
196 sample->pc = epc;
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c193 static void deref_cm_id(struct c4iw_ep_common *epc) argument
195 epc->cm_id->rem_ref(epc->cm_id);
196 epc->cm_id = NULL;
197 set_bit(CM_ID_DEREFED, &epc->history);
200 static void ref_cm_id(struct c4iw_ep_common *epc) argument
202 set_bit(CM_ID_REFED, &epc->history);
203 epc->cm_id->add_ref(epc->cm_id);
474 struct c4iw_ep_common *epc; local
1312 struct c4iw_ep_common *epc; local
1328 struct c4iw_ep_common *epc; local
[all...]
/freebsd-12-stable/sys/amd64/include/
H A Dcpufunc.h938 sgx_eadd(void *pginfo, void *epc) argument
942 (uint64_t)epc, 0));
954 sgx_eextend(void *secs, void *epc) argument
958 (uint64_t)epc, 0));
962 sgx_epa(void *epc) argument
965 return (sgx_encls(SGX_EPA, SGX_PT_VA, (uint64_t)epc, 0));
977 sgx_eremove(void *epc) argument
980 return (sgx_encls(SGX_EREMOVE, 0, (uint64_t)epc, 0));
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1373 unsigned char *ep = 0, *epc = 0; local
1397 *epc = 0;
1400 ep = epc = &buf[i+1];
1406 if (epc)
1407 *epc++ = buf[i];
1412 *epc = 0;
/freebsd-12-stable/contrib/telnet/telnet/
H A Dtelnet.c1454 unsigned char *ep = 0, *epc = 0; local
1487 *epc = 0;
1490 ep = epc = &buf[i+1];
1496 if (epc)
1497 *epc++ = buf[i];
1502 *epc = 0;
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_sdma.h135 uint32_t epc :14; member in struct:sdma_state_registers

Completed in 139 milliseconds