HomeSort by: relevance | last modified time | path
    Searched defs:ebp (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 65 long ebp; member in struct:linux_reg
231 linux_regs->ebp = regs->r_ebp;
252 regs->r_ebp = linux_regs->ebp;
  /src/sys/dev/vmt/
vmtvar.h 37 volatile register_t ebp; member in struct:vm_backdoor
97 "movl 0x18(%%eax), %%ebp;" \
106 "movl %%ebp, 0x18(%%eax);" \
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
hvm_vcpu.h 34 uint32_t ebp; member in struct:vcpu_hvm_x86_32
  /src/usr.bin/xargs/
xargs.c 76 static char *argp, *bbp, *ebp, *inpline, *p, *replstr; variable in typeref:typename:char ***
269 ebp = (argp = p = bbp) + nline - 1;
363 if (xp == endxp || p > ebp || ch == EOF ||
365 if (xflag && xp != endxp && p > ebp)
403 addch: if (p < ebp) {
421 cnt = ebp - argp;
  /src/sys/external/bsd/gnu-efi/dist/inc/ia64/
salproc.h 52 UINT32 ebp; member in struct:tagIA32_BIOS_REGISTER_STATE
  /src/sys/dev/usb/
uhci.c 2107 const bus_addr_t ebp = DMAADDR(dma, offs + l - 1); local in function:uhci_reset_std_chain
2108 if (((sbp ^ ebp) & ~PAGE_MASK) != 0)

Completed in 14 milliseconds