Home
last modified time | relevance | path

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

/linux-4.4.14/mm/kasan/
Dkasan_init.c30 unsigned char kasan_zero_page[PAGE_SIZE] __page_aligned_bss;
33 pud_t kasan_zero_pud[PTRS_PER_PUD] __page_aligned_bss;
36 pmd_t kasan_zero_pmd[PTRS_PER_PMD] __page_aligned_bss;
38 pte_t kasan_zero_pte[PTRS_PER_PTE] __page_aligned_bss;
/linux-4.4.14/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.4.14/arch/metag/kernel/
Dirq.c117 static char softirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
119 static char hardirq_stack[NR_CPUS * THREAD_SIZE] __page_aligned_bss;
/linux-4.4.14/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.c73 gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss;
81 gate_desc idt_table[NR_VECTORS] __page_aligned_bss;
/linux-4.4.14/include/linux/
Dlinkage.h39 #define __page_aligned_bss __section(.bss..page_aligned) __aligned(PAGE_SIZE) macro
/linux-4.4.14/arch/arm64/mm/
Dmmu.c555 static pte_t bm_pte[PTRS_PER_PTE] __page_aligned_bss;
557 static pmd_t bm_pmd[PTRS_PER_PMD] __page_aligned_bss;
560 static pud_t bm_pud[PTRS_PER_PUD] __page_aligned_bss;
/linux-4.4.14/arch/tile/lib/
Datomic_32.c24 int atomic_locks[PAGE_SIZE / sizeof(int)] __page_aligned_bss;
/linux-4.4.14/arch/mips/mm/
Dinit.c534 pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned_bss;
536 pte_t invalid_pte_table[PTRS_PER_PTE] __page_aligned_bss;
/linux-4.4.14/arch/arm64/kernel/
Defi.c41 static pgd_t efi_pgd[PTRS_PER_PGD] __page_aligned_bss;
/linux-4.4.14/arch/x86/mm/
Dioremap.c422 static pte_t bm_pte[PAGE_SIZE/sizeof(pte_t)] __page_aligned_bss;
/linux-4.4.14/arch/x86/xen/
Dmmu.c99 static pud_t level3_user_vsyscall[PTRS_PER_PUD] __page_aligned_bss;
2323 static unsigned char dummy_mapping[PAGE_SIZE] __page_aligned_bss;