HomeSort by: relevance | last modified time | path
    Searched defs:get_faultmap (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/powerpc/booke/
trap.c 133 get_faultmap(const struct trapframe * const tf, register_t psl_mask) function in typeref:struct:vm_map *
217 struct vm_map * const faultmap = get_faultmap(tf, PSL_DS);
269 struct vm_map * const faultmap = get_faultmap(tf, PSL_IS);
346 struct vm_map * const faultmap = get_faultmap(tf, PSL_DS);
379 struct vm_map * const faultmap = get_faultmap(tf, PSL_IS);

Completed in 13 milliseconds