Home
last modified time | relevance | path

Searched refs:perm (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Dtpm_test.c252 uint32_t perm = TPM_NV_PER_WRITE_STCLEAR | TPM_NV_PER_PPWRITE; in initialise_spaces() local
256 tpm_nv_define_space(INDEX0, perm, 4); in initialise_spaces()
258 tpm_nv_define_space(INDEX1, perm, 4); in initialise_spaces()
260 tpm_nv_define_space(INDEX2, perm, 4); in initialise_spaces()
262 tpm_nv_define_space(INDEX3, perm, 4); in initialise_spaces()
264 perm = TPM_NV_PER_READ_STCLEAR | TPM_NV_PER_WRITE_STCLEAR | in initialise_spaces()
266 tpm_nv_define_space(INDEX_INITIALISED, perm, 1); in initialise_spaces()
319 uint32_t perm; in test_redefine_unowned() local
335 perm = TPM_NV_PER_PPWRITE | TPM_NV_PER_GLOBALLOCK; in test_redefine_unowned()
336 TPM_CHECK(tpm_nv_define_space(INDEX0, perm, 2 * sizeof(uint32_t))); in test_redefine_unowned()
[all …]
H A Dtpm.c265 uint32_t index, perm, size; in do_tpm_nv_define_space() local
270 perm = simple_strtoul(argv[2], NULL, 0); in do_tpm_nv_define_space()
273 return report_return_code(tpm_nv_define_space(index, perm, size)); in do_tpm_nv_define_space()
511 uint32_t index, perm, size; in do_tpm_nv_define() local
521 perm = simple_strtoul(argv[3], NULL, 0); in do_tpm_nv_define()
523 return report_return_code(tpm_nv_define_space(index, perm, size)); in do_tpm_nv_define()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c247 unsigned int perm; in tlb_map_range() local
251 perm = MAS3_SX|MAS3_SW|MAS3_SR; in tlb_map_range()
257 perm = MAS3_SW|MAS3_SR; in tlb_map_range()
288 set_tlb(1, v_addr, p_addr, perm, wimge, in tlb_map_range()
H A Dstart.S178 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch
188 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h
189 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
200 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch
210 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h
211 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_huffman.c196 Int32 *perm, in BZ2_hbCreateDecodeTables() argument
207 if (length[j] == i) { perm[pp] = j; pp++; }; in BZ2_hbCreateDecodeTables()
H A Dbzlib_decompress.c127 gPerm = &(s->perm[gSel][0]); \
385 &(s->perm[t][0]), in BZ2_decompress()
H A Dbzlib_private.h436 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member
/rk3399_rockchip-uboot/include/
H A Dtpm.h449 uint32_t tpm_nv_define_space(uint32_t index, uint32_t perm, uint32_t size);
631 uint32_t tpm_get_permissions(uint32_t index, uint32_t *perm);
/rk3399_rockchip-uboot/lib/
H A Dtpm.c304 uint32_t tpm_nv_define_space(uint32_t index, uint32_t perm, uint32_t size) in tpm_nv_define_space() argument
340 perm_offset, perm, in tpm_nv_define_space()
632 uint32_t tpm_get_permissions(uint32_t index, uint32_t *perm) in tpm_get_permissions() argument
654 perm_offset, perm)) in tpm_get_permissions()