Searched refs:FP_SEG (Results 1 – 3 of 3) sorted by relevance
52 #define FP_SEG(fp) ((((uintptr_t)(fp)) >> 16) & 0xFFFF) macro182 rp.ds = FP_SEG((uint_t)(uintptr_t)bufp); in get_dev_params()270 rp.es = FP_SEG((uint_t)(uintptr_t)bufp); in read_firstblock()316 rp.ds = FP_SEG((uint_t)(uintptr_t)bufp); in is_eltorito()
97 regs.es = FP_SEG((uint_t)(uintptr_t)hdrp); in pci_bios_get_irq_routing()
152 #define FP_SEG(fp) ((((uintptr_t)(fp)) >> 16) & 0xFFFF) macro