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

  /src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c 403 /* check use of handle_is_km in BS(unmap) */
436 bool handle_is_km; local in function:__BS
439 handle_is_km = !(MIPS_KSEG0_P(h) || MIPS_KSEG1_P(h));
441 if (handle_is_km == true)
442 handle_is_km = !MIPS_XKPHYS_P(h);
444 if (handle_is_km == true) {
484 if (handle_is_km == false) {
bus_space_alignstride_chipdep.c 403 /* check use of handle_is_km in BS(unmap) */
436 bool handle_is_km; local in function:__BS
439 handle_is_km = !(MIPS_KSEG0_P(h) || MIPS_KSEG1_P(h));
441 if (handle_is_km == true)
442 handle_is_km = !MIPS_XKPHYS_P(h);
444 if (handle_is_km == true) {
484 if (handle_is_km == false) {

Completed in 27 milliseconds