Searched refs:hash_ctx (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A Dxmon.c1013 static unsigned hash_ctx; variable
1023 hash_ctx = 0;
1026 scanhex(&hash_ctx);
1029 printf("Mappings for context %x\n", hash_ctx);
1035 dump_hash_table_seg((hash_ctx << 4) + (seg * 0x111),
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A Dxmon.c1405 static unsigned long hash_ctx; variable
1415 hash_ctx = 0;
1418 scanhex(&hash_ctx);
1421 printf("Mappings for context %x\n", hash_ctx);
1427 dump_hash_table_seg((hash_ctx << 4) + seg, seg_start, seg_end);

Completed in 90 milliseconds