====== lv1_construct_lpm (140) ====== Not used in current kernel. ===== Abstract Call ===== result = lv1_construct_lpm( /*IN*/ p1, p2, p3, p4, p5, p6, /*OUT*/ &v1, &v2, &v3 ); ===== Parameters ===== ^ Inputs ^^ ^ Register ^ Description ^ | R3 | p1 - node_id, this is the node id of the processor, 0 is only valid value | | R4 | p2 - tb_type, 0 is none, 1 is internal | | R5 | p3 - Unknown, is 0 | | R6 | p4 - Unknown, is 0 | | R7 | p5 - tb_cache in lpar, 128 byte aligned | | R8 | p6 - tb_cache_size | ^ Outputs ^^ ^ Register ^ Description ^ | R3 | Status | | R4 | v1 - lpm_id | | R5 | v2 - outlet_id | | R6 | v3 - tb_size | Notes: