Home
last modified time | relevance | path

Searched refs:hat_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c224 hat_t *hat = buf; in hati_constructor()
242 hat_t *
245 hat_t *hat; in hat_alloc()
394 hat_free_start(hat_t *hat) in hat_free_start()
414 hat_free_end(hat_t *hat) in hat_free_end()
708 sizeof (hat_t), 0, hati_constructor, NULL, NULL, in hat_init()
952 reload_pae32(hat_t *hat, cpu_t *cpu) in reload_pae32()
985 hat_switch(hat_t *hat) in hat_switch()
989 hat_t *old = cpu->cpu_current_hat; in hat_switch()
1119 hat_dup(hat_t *old, hat_t *new, caddr_t addr, size_t len, uint_t flag) in hat_dup()
[all …]
H A Dhat_i86.h101 typedef struct hat hat_t; typedef
260 extern void hat_prepare_mapping(hat_t *, caddr_t, uint64_t *);
261 extern void hat_release_mapping(hat_t *, caddr_t);
H A Dhtable.c436 htable_steal_active(hat_t *hat, uint_t cnt, uint_t threshold, in htable_steal_active()
538 move_victim(hat_t *hat) in move_victim()
570 hat_t *hat = kas.a_hat; /* list starts with khat */ in htable_steal()
761 hat_t *hat, in htable_alloc()
961 hat_t *hat = ht->ht_hat; in htable_free()
1018 htable_purge_hat(hat_t *hat) in htable_purge_hat()
1080 hat_t *hat = old->ht_hat; in unlink_ptp()
1165 hat_t *hat; in htable_release()
1268 htable_lookup(hat_t *hat, uintptr_t vaddr, level_t level) in htable_lookup()
1312 hat_t *hat = ht->ht_hat; in htable_acquire()
[all …]
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c537 get_pte(hat_t *hat, htable_t *htable, uintptr_t addr) in get_pte()
977 do_htables_dcmd(hat_t *hatp) in do_htables_dcmd()
1020 hat_t *hat; in htables_dcmd()
1030 hat = (hat_t *)addr; in htables_dcmd()
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c922 di->di_hat_htable_off = offsetof(hat_t, hat_htable); in init_debug_info()