HomeSort by: relevance | last modified time | path
    Searched refs:RESERVE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
idecode_fields.h 42 #define RESERVE cpu_reservation(processor)->valid
powerpc.igen 2424 0.31,6.RT,11.RA,16.RB,21.20,31./:X:::Load Word And Reserve Indexed
2434 RESERVE = 1;
2440 0.31,6.RT,11.RA,16.RB,21.84,31./:X:64::Load Doubleword And Reserve Indexed
2446 RESERVE = 1;
2462 if (RESERVE) {
2472 RESERVE = 0;
2485 if (RESERVE) {
2495 RESERVE = 0;
  /src/external/gpl3/gdb.old/dist/sim/ppc/
idecode_fields.h 42 #define RESERVE cpu_reservation(processor)->valid
powerpc.igen 2424 0.31,6.RT,11.RA,16.RB,21.20,31./:X:::Load Word And Reserve Indexed
2434 RESERVE = 1;
2440 0.31,6.RT,11.RA,16.RB,21.84,31./:X:64::Load Doubleword And Reserve Indexed
2446 RESERVE = 1;
2462 if (RESERVE) {
2472 RESERVE = 0;
2485 if (RESERVE) {
2495 RESERVE = 0;
  /src/sys/fs/udf/
udf_allocation.c 992 DPRINTF(RESERVE, ("\ttrying to trunc %d bits from bitmap\n", to_trunc));
1012 DPRINTF(RESERVE, ("\tfound %d sequential free bits in bitmap\n", seq_free));
1046 DPRINTF(RESERVE, ("UDF: underflow on partition reservation, "
1054 DPRINTF(RESERVE, ("UDF: underflow of node "
1084 DPRINTF(RESERVE, ("udf_reserve_space: issuing sync\n"));
1095 DPRINTF(RESERVE, ("udf_reserve_space: try to redistribute "
1097 DPRINTF(RESERVE, ("\tvpart %d, type %d is full\n",
1108 DPRINTF(RESERVE, ("udf_reserve_space: out of disc space\n"));
1126 DPRINTF(RESERVE, ("UDF: overlapped %d blocks in count\n", udf_node->uncommitted_lbs));
1131 DPRINTF(RESERVE, ("\ttotal now %d\n", ump->uncommitted_lbs[vpart_num]))
    [all...]

Completed in 78 milliseconds