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

  /src/sys/arch/hppa/hppa/
machdep.c 191 static struct btlb_slot { struct
433 struct btlb_slot *btlb_slot; local in function:hppa_init
540 btlb_slots = (struct btlb_slot *) ALIGN(vstart);
541 btlb_slot = btlb_slots;
547 btlb_slot->btlb_slot_number = (btlb_slot - btlb_slots); \
548 btlb_slot->btlb_slot_flags = flags; \
549 btlb_slot->btlb_slot_frames = 0; \
550 btlb_slot++;
    [all...]
machdep.c 191 static struct btlb_slot { struct
433 struct btlb_slot *btlb_slot; local in function:hppa_init
540 btlb_slots = (struct btlb_slot *) ALIGN(vstart);
541 btlb_slot = btlb_slots;
547 btlb_slot->btlb_slot_number = (btlb_slot - btlb_slots); \
548 btlb_slot->btlb_slot_flags = flags; \
549 btlb_slot->btlb_slot_frames = 0; \
550 btlb_slot++;
    [all...]

Completed in 351 milliseconds