See Chapter 19 of the MC9S12XS256 Reference Manual for S12XS128-specific flash memory information.
P-Flash is program flash, which is where you store program code.
D-Flash is data flash, where you store non-volatile data.
I suspect that you would want to save your settings in D-Flash.
---Tom