Home
last modified time | relevance | path

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

/arch/x86/mm/
Dpat_rbtree.c193 int rbt_memtype_check_insert(struct memtype *new, unsigned long *ret_type) in rbt_memtype_check_insert() argument
198 new->type, ret_type); in rbt_memtype_check_insert()
201 if (ret_type) in rbt_memtype_check_insert()
202 new->type = *ret_type; in rbt_memtype_check_insert()
/arch/x86/include/asm/
Dpat.h16 unsigned long req_type, unsigned long *ret_type);