Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c94 clear_table((unsigned long *) init_mm.pgd, pgd_type, in paging_init()
Dpgtable.c952 clear_table(table, _PAGE_INVALID, PAGE_SIZE/2); in page_table_alloc()
953 clear_table(table + PTRS_PER_PTE, 0, PAGE_SIZE/2); in page_table_alloc()
957 clear_table(table, _PAGE_INVALID, PAGE_SIZE); in page_table_alloc()
/linux-4.4.14/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()