Home
last modified time | relevance | path

Searched refs:__page_aligned_bss (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/x86/mm/
Dkasan_init_64.c14 static pud_t kasan_zero_pud[PTRS_PER_PUD] __page_aligned_bss;
15 static pmd_t kasan_zero_pmd[PTRS_PER_PMD] __page_aligned_bss;
16 static pte_t kasan_zero_pte[PTRS_PER_PTE] __page_aligned_bss;
26 static unsigned char kasan_zero_page[PAGE_SIZE] __page_aligned_bss;
Dioremap.c379 static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] __page_aligned_bss;
/linux-4.1.27/arch/sh/kernel/
Dirq.c67 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
68 static char hardirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
/linux-4.1.27/arch/metag/kernel/
Dirq.c119 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
121 static char hardirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
/linux-4.1.27/arch/x86/kernel/
Dtracepoint.c16 gate_desc trace_idt_table[NR_VECTORS] __page_aligned_bss;
Despfix_64.c73 static __page_aligned_bss pud_t espfix_pud_page[PTRS_PER_PUD]
Dtraps.c71 gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss;
80 gate_desc idt_table[NR_VECTORS] __page_aligned_bss;
/linux-4.1.27/include/linux/
Dlinkage.h39 #define __page_aligned_bss __section(.bss..page_aligned) __aligned(PAGE_SIZE) macro
/linux-4.1.27/arch/mips/mm/
Dinit.c449 pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned_bss;
451 pte_t invalid_pte_table[PTRS_PER_PTE] __page_aligned_bss;
/linux-4.1.27/arch/arm64/mm/
Dmmu.c560 static pte_t bm_pte[PTRS_PER_PTE] __page_aligned_bss;
562 static pmd_t bm_pmd[PTRS_PER_PMD] __page_aligned_bss;
565 static pud_t bm_pud[PTRS_PER_PUD] __page_aligned_bss;
/linux-4.1.27/arch/tile/lib/
Datomic_32.c24 int atomic_locks[PAGE_SIZE / sizeof(int)] __page_aligned_bss;
/linux-4.1.27/arch/arm64/kernel/
Defi.c41 static pgd_t efi_pgd[PTRS_PER_PGD] __page_aligned_bss;
/linux-4.1.27/arch/x86/xen/
Dmmu.c99 static pud_t level3_user_vsyscall[PTRS_PER_PUD] __page_aligned_bss;
1976 static unsigned char dummy_mapping[PAGE_SIZE] __page_aligned_bss;