Lines Matching refs:bytes
497 unsigned long bytes, paddr; in map_high() local
500 bytes = (1UL << bshift) * (max_pnode + 1); in map_high()
505 pr_debug("UV: Map %s_HI 0x%lx - 0x%lx\n", id, paddr, paddr + bytes); in map_high()
507 init_extra_mapping_uc(paddr, bytes); in map_high()
509 init_extra_mapping_wb(paddr, bytes); in map_high()
516 unsigned long bytes; in map_gru_distributed() local
526 bytes = 1UL << UVH_RH_GAM_GRU_OVERLAY_CONFIG_MMR_BASE_SHFT; in map_gru_distributed()
527 gru_dist_lmask = ((1UL << uv_hub_info->m_val) - 1) & ~(bytes - 1); in map_gru_distributed()
533 init_extra_mapping_wb(paddr, bytes); in map_gru_distributed()
879 int bytes, nid, cpu, lcpu, pnode, blade, i, j, m_val, n_val; in uv_system_init() local
923 bytes = sizeof(struct uv_blade_info) * uv_num_possible_blades(); in uv_system_init()
924 uv_blade_info = kzalloc(bytes, GFP_KERNEL); in uv_system_init()
932 bytes = sizeof(uv_node_to_blade[0]) * num_possible_nodes(); in uv_system_init()
933 uv_node_to_blade = kmalloc(bytes, GFP_KERNEL); in uv_system_init()
935 memset(uv_node_to_blade, 255, bytes); in uv_system_init()
937 bytes = sizeof(uv_cpu_to_blade[0]) * num_possible_cpus(); in uv_system_init()
938 uv_cpu_to_blade = kmalloc(bytes, GFP_KERNEL); in uv_system_init()
940 memset(uv_cpu_to_blade, 255, bytes); in uv_system_init()