Searched refs:smpt (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/drivers/xeon_phi/
H A Dsmpt.c22 #include "smpt.h"
63 phi->smpt->offsets[slot]);
65 return ((lpaddr_t) slot * XEON_PHI_SYSMEM_PAGE_SIZE) + phi->smpt->offsets[slot];
88 phi->smpt->offsets[slot]);
90 phi->smpt->offsets[slot] = offset;
172 phi->smpt->offsets[slot] = ((address >> 32) - e) << 32;
204 if (phi->smpt) {
205 if (phi->smpt->smpt_enabled) {
210 phi->smpt = calloc(1, sizeof(struct smpt_info));
211 if (!phi->smpt) {
[all...]
H A Dsmpt.h55 xeon_phi_smpt_entry_wr(&phi->smpt->smpt_register, slot, e);
56 phi->smpt->entries[slot] = e;
71 xeon_phi_smpt_entry_wr(&phi->smpt->smpt_register, slot, 0x0);
72 phi->smpt->entries[slot] = 0x0;
H A Dhwmodel.c33 #include "smpt.h"
49 int32_t *smpt, int32_t *iommu,
87 if(smpt) *smpt = enums[1];
109 debug_printf("xphi nodeid: %d, iommu nodeid: %d, smpt nodeid: %d\n",
48 xeon_phi_hw_model_lookup_nodeids(int32_t pci_nodeid, int32_t *knc_socket, int32_t *smpt, int32_t *iommu, int32_t *dma, int32_t *k1om_core, int32_t *gddr_node) argument
H A Dxeon_phi_internal.h148 struct smpt_info *smpt; ///< pointer to the SMPT information struct member in struct:xeon_phi
244 int32_t *smpt,

Completed in 38 milliseconds