Home
last modified time | relevance | path

Searched refs:NUMACHIP_GCSR_BASE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/numachip/
Dnumachip_csr.h32 #define NUMACHIP_GCSR_BASE 0x3fff00000000ULL macro
34 #define NUMACHIP_GCSR_SIZE (NUMACHIP_GCSR_LIM - NUMACHIP_GCSR_BASE + 1)
47 return __va(NUMACHIP_GCSR_BASE | (1UL << 15) | in gcsr_address()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic_numachip.c180 init_extra_mapping_uc(NUMACHIP_GCSR_BASE, NUMACHIP_GCSR_SIZE); in numachip_system_init()