Lines Matching refs:eps
509 struct smm_eps_table *eps = (struct smm_eps_table *)addr;
511 if (strncmp(eps->smm_comm_buff_anchor, SMM_EPS_SIG, 4) != 0)
514 if (checksum(addr, eps->length) != 0)
517 return eps;
524 struct smm_eps_table *eps = NULL;
553 eps = check_eps_table(addr);
554 if (eps)
558 if (!eps) {
562 bios_buf_paddr = eps->smm_comm_buff_addr;
563 remap_size = eps->num_of_4k_pages * PAGE_SIZE;