According to page 90 of SLAU208 SYSBSLPE is 0 after a reset. But this seems to only be the case for a BOR.
According to page 4 of SLAA450 the BSL protect function is called after a BOR from the boot code. This is pointed to by the BSL Protection function vector at 0x17F2.
There is a note on the TI processor wiki that says that the boot code only executes after a hardware triggered BOR and not after setting PMMSWBOR.
According to the SYSBSLPE description, the bootcode sets SYSBSLPE when it finds a BSL. ("Bootcode" means some internal, undocumented code that is executed before the BSL.)
So if you implement your BSL, you will never see a cleared SYSBSLPE.
In the BSL protect function, you can reset SYSBSLPE (if you want to), or change any other fields in the SYSBSLC register.