Home
last modified time | relevance | path

Searched refs:FP_SEG (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dbiosdisk.c52 #define FP_SEG(fp) ((((uintptr_t)(fp)) >> 16) & 0xFFFF) macro
175 rp.ds = FP_SEG((uint_t)(uintptr_t)bufp); in get_dev_params()
263 rp.es = FP_SEG((uint_t)(uintptr_t)bufp); in read_firstblock()
309 rp.ds = FP_SEG((uint_t)(uintptr_t)bufp); in is_eltorito()
H A Dpci_bios.c103 regs.es = FP_SEG((uint_t)(uintptr_t)hdrp); in pci_bios_get_irq_routing()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h162 #define FP_SEG(fp) ((((uintptr_t)(fp)) >> 16) & 0xFFFF) macro