Home
last modified time | relevance | path

Searched refs:clear_table (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dpgalloc.h30 static inline void clear_table(unsigned long *s, unsigned long val, size_t n) in clear_table() function
47 clear_table(crst, entry, sizeof(unsigned long)*2048); in crst_table_init()
/linux-4.1.27/arch/s390/mm/
Dvmem.c44 clear_table((unsigned long *) pud, _REGION3_ENTRY_EMPTY, PAGE_SIZE * 4); in vmem_pud_alloc()
55 clear_table((unsigned long *) pmd, _SEGMENT_ENTRY_EMPTY, PAGE_SIZE * 4); in vmem_pmd_alloc()
70 clear_table((unsigned long *) pte, _PAGE_INVALID, in vmem_pte_alloc()
Dinit.c116 clear_table((unsigned long *) init_mm.pgd, pgd_type, in paging_init()
Dhugetlbpage.c161 clear_table((unsigned long *) ptep, _PAGE_INVALID, in arch_release_hugepage()
Dpgtable.c817 clear_table(table, _PAGE_INVALID, PAGE_SIZE/2); in page_table_alloc_pgste()
818 clear_table(table + PTRS_PER_PTE, 0, PAGE_SIZE/2); in page_table_alloc_pgste()
1024 clear_table(table, _PAGE_INVALID, PAGE_SIZE); in page_table_alloc()
/linux-4.1.27/arch/s390/kernel/
Dvdso.c110 clear_table((unsigned long *) segment_table, _SEGMENT_ENTRY_EMPTY, in vdso_alloc_per_cpu()
112 clear_table((unsigned long *) page_table, _PAGE_INVALID, in vdso_alloc_per_cpu()