According to AXI4 spec, arlock/awlock signals should be of width 1. However, in (as far as I can tell) all sources that contain an AXI port, they are of width 2.
At the action_wrapper level in the HDL flow, this causes a very minor nuisance when connecting AXI4 IP to the wrapper host memory port.
I can see that the signal is not used by the PSL/AXI shim (i.e. all accesses are normal accesses) at all. Not sure how this relates to the HLS flow.