Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c452 hat_t *
455 hat_t *hat; in hat_alloc()
605 static hat_t *
608 hat_t *hat; in hat_cpu_alloc()
1927 hat_t *hat, in hati_load_common()
2091 hat_t *hat, in hat_memload()
2143 hat_t *hat, in hat_memload_array()
2278 hat_t *hat, in hat_devload()
2441 hat_t *hat = (hat_t *)a1; in hati_demap_func()
2860 hat_t *hat, in hat_unload_callback()
[all …]
H A Dhat_i86.h110 typedef struct hat hat_t; typedef
287 extern void hat_prepare_mapping(hat_t *, caddr_t, uint64_t *);
288 extern void hat_release_mapping(hat_t *, caddr_t);
H A Dhtable.c538 move_victim(hat_t *hat) in move_victim()
780 hat_t *hat, in htable_alloc()
981 hat_t *hat = ht->ht_hat; in htable_free()
1038 htable_purge_hat(hat_t *hat) in htable_purge_hat()
1100 hat_t *hat = old->ht_hat; in unlink_ptp()
1182 hat_t *hat; in htable_release()
1328 hat_t *hat = ht->ht_hat; in htable_acquire()
1363 hat_t *hat, in htable_create()
1486 hat_t *hat, in htable_attach()
2075 hat_t *hat = ht->ht_hat; in x86pte_set()
[all …]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c519 get_pte(hat_t *hat, htable_t *htable, uintptr_t addr) in get_pte()
956 do_htables_dcmd(hat_t *hatp) in do_htables_dcmd()
999 hat_t *hat; in htables_dcmd()
1009 hat = (hat_t *)addr; in htables_dcmd()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c977 di->di_hat_htable_off = offsetof(hat_t, hat_htable); in init_debug_info()