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

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_opic.c 324 unsigned sizeof_interrupt_destination; member in struct:_hw_opic_device
512 memset(opic->interrupt_destination, 0, opic->sizeof_interrupt_destination);
516 opic->sizeof_interrupt_destination = (sizeof(opic_interrupt_destination)
518 opic->interrupt_destination = zalloc(opic->sizeof_interrupt_destination);
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_opic.c 324 unsigned sizeof_interrupt_destination; member in struct:_hw_opic_device
512 memset(opic->interrupt_destination, 0, opic->sizeof_interrupt_destination);
516 opic->sizeof_interrupt_destination = (sizeof(opic_interrupt_destination)
518 opic->interrupt_destination = zalloc(opic->sizeof_interrupt_destination);

Completed in 16 milliseconds