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

  /src/external/gpl3/gdb/dist/sim/ppc/
hw_opic.c 353 opic_idu idu; member in struct:_hw_opic_device
427 /* first reg entry specifies the address of both the IDU and the
430 opic->idu.reg = opic->isu_block[isb].reg;
431 opic->idu.space = opic->isu_block[isb].space;
432 opic->idu.address = opic->isu_block[isb].address;
433 opic->idu.size = opic->isu_block[isb].size;
556 /* verify and print out the IDU */
560 if ((opic->idu.address % opic_alignment) != 0)
569 if (opic->idu.size != correct_size
570 && opic->idu.size != alternate_size
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_opic.c 353 opic_idu idu; member in struct:_hw_opic_device
427 /* first reg entry specifies the address of both the IDU and the
430 opic->idu.reg = opic->isu_block[isb].reg;
431 opic->idu.space = opic->isu_block[isb].space;
432 opic->idu.address = opic->isu_block[isb].address;
433 opic->idu.size = opic->isu_block[isb].size;
556 /* verify and print out the IDU */
560 if ((opic->idu.address % opic_alignment) != 0)
569 if (opic->idu.size != correct_size
570 && opic->idu.size != alternate_size
    [all...]

Completed in 15 milliseconds