Function report |
Source Code:arch\x86\kernel\apic\x2apic_uv_x.c |
Create Date:2022-07-28 08:34:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_gru_distributed
Proto:static __init void map_gru_distributed(unsigned long c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | c |
810 | gru_dist_base = v & 0x000007fff0000000UL |
811 | If Not gru_dist_base Then |
812 | pr_info("UV: Map GRU_DIST base address NULL\n") |
813 | Return |
817 | gru_dist_lmask = (1UL << m_val) - 1 & ~(bytes - 1) |
818 | gru_dist_umask = ~((1UL << m_val) - 1) |
819 | gru_dist_base &= gru_dist_lmask |
821 | for_each_online_node(nid) |
824 | init_extra_mapping_wb(paddr, bytes) |
833 | pr_debug("UV: Map GRU_DIST base 0x%016llx 0x%016llx - 0x%016llx\n", gru_dist_base, gru_first_node_paddr, gru_last_node_paddr) |
Name | Describe |
---|---|
map_gru_high |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |