Searched refs:V_TF_DDP_BUF1_VALID (Results 1 – 3 of 3) sorted by relevance
283 ddp_flags |= V_TF_DDP_BUF1_VALID(1) | V_TF_DDP_ACTIVE_BUF(1); in select_ddp_flags()352 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1) | in mk_update_tcb_for_ddp()572 V_TF_DDP_BUF0_VALID(1) | V_TF_DDP_BUF1_VALID(1), in enable_ddp()
639 #define V_TF_DDP_BUF1_VALID(x) ((x) << S_TF_DDP_BUF1_VALID) macro
736 #define V_TF_DDP_BUF1_VALID(x) ((__u64)(x) << S_TF_DDP_BUF1_VALID) macro