Lines Matching refs:pt
813 static u64 ehea_reg_mr_section(int top, int dir, int idx, u64 *pt, in ehea_reg_mr_section() argument
820 u64 pt_abs = __pa(pt); in ehea_reg_mr_section()
828 pt[m] = __pa(pg); in ehea_reg_mr_section()
844 static u64 ehea_reg_mr_sections(int top, int dir, u64 *pt, in ehea_reg_mr_sections() argument
855 hret = ehea_reg_mr_section(top, dir, idx, pt, adapter, mr); in ehea_reg_mr_sections()
862 static u64 ehea_reg_mr_dir_sections(int top, u64 *pt, in ehea_reg_mr_dir_sections() argument
873 hret = ehea_reg_mr_sections(top, dir, pt, adapter, mr); in ehea_reg_mr_dir_sections()
883 u64 *pt; in ehea_reg_kernel_mr() local
889 pt = (void *)get_zeroed_page(GFP_KERNEL); in ehea_reg_kernel_mr()
890 if (!pt) { in ehea_reg_kernel_mr()
917 hret = ehea_reg_mr_dir_sections(top, pt, adapter, mr); in ehea_reg_kernel_mr()
933 free_page((unsigned long)pt); in ehea_reg_kernel_mr()