Searched defs:seg (Results 1 – 11 of 11) sorted by relevance
/u-boot/drivers/bios_emulator/x86emu/ |
A D | debug.c | 84 static void disassemble_forward(u16 seg, u16 off, int n) in disassemble_forward() 200 u16 seg, off; in x86emu_print_int_vect() local 209 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt) in X86EMU_dump_memory()
|
/u-boot/drivers/usb/host/ |
A D | xhci-mem.c | 67 static void xhci_segment_free(struct xhci_segment *seg) in xhci_segment_free() 83 struct xhci_segment *seg; in xhci_ring_free() local 280 struct xhci_segment *seg; in xhci_segment_alloc() local 519 struct xhci_segment *seg; in xhci_mem_init() local
|
A D | xhci-ring.c | 39 struct xhci_segment *seg, union xhci_trb *trb) in last_trb() 59 struct xhci_segment *seg, in last_trb_on_last_seg()
|
/u-boot/drivers/bios_emulator/ |
A D | biosemu.c | 247 void X86API BE_callRealMode(uint seg, uint off, RMREGS * regs, RMSREGS * sregs) in BE_callRealMode()
|
/u-boot/arch/arm/mach-keystone/ |
A D | ddr3.c | 155 u32 seg, blks, dst, edma_blks; in ddr3_reset_data() local
|
/u-boot/arch/mips/include/asm/ |
A D | processor.h | 56 unsigned long seg; member
|
/u-boot/include/xen/interface/io/ |
A D | blkif.h | 636 struct blkif_request_segment seg[BLKIF_MAX_SEGMENTS_PER_REQUEST]; member
|
/u-boot/arch/mips/mach-octeon/ |
A D | cvmx-bootmem.c | 27 #define CVMX_ADD_SEG(seg, add) ((((u64)(seg)) << 62) | (add)) argument 28 #define CVMX_ADD_SEG32(seg, add) (((u32)(seg) << 31) | (u32)(add)) argument
|
/u-boot/drivers/net/octeontx2/ |
A D | nix.c | 600 u64 *seg; in nix_lf_flush_rx() local
|
/u-boot/drivers/bios_emulator/include/x86emu/ |
A D | regs.h | 268 struct i386_segment_regs seg; member
|
/u-boot/include/usb/ |
A D | xhci.h | 1213 struct xhci_segment *seg; member
|
Completed in 20 milliseconds