Home
last modified time | relevance | path

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

/linux-2.6.39/arch/s390/include/asm/
Dpgalloc.h22 unsigned long *crst_table_alloc(struct mm_struct *, int);
93 unsigned long *table = crst_table_alloc(mm, mm->context.noexec); in pud_alloc_one()
102 unsigned long *table = crst_table_alloc(mm, mm->context.noexec); in pmd_alloc_one()
149 crst_table_alloc(mm, user_mode == SECONDARY_SPACE_MODE); in pgd_alloc()
/linux-2.6.39/arch/s390/mm/
Dpgtable.c128 unsigned long *crst_table_alloc(struct mm_struct *mm, int noexec) in crst_table_alloc() function
200 table = crst_table_alloc(mm, mm->context.noexec); in crst_table_upgrade()