Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dtpm_test.c242 tpm_nv_define_space(dev, INDEX0, perm, 4); in initialise_spaces()
244 tpm_nv_define_space(dev, INDEX1, perm, 4); in initialise_spaces()
246 tpm_nv_define_space(dev, INDEX2, perm, 4); in initialise_spaces()
248 tpm_nv_define_space(dev, INDEX3, perm, 4); in initialise_spaces()
311 uint32_t perm; in test_redefine_unowned() local
327 perm = TPM_NV_PER_PPWRITE | TPM_NV_PER_GLOBALLOCK; in test_redefine_unowned()
330 perm = TPM_NV_PER_PPWRITE; in test_redefine_unowned()
363 uint32_t perm; in test_space_perm() local
370 TPM_CHECK(tpm_get_permissions(dev, INDEX0, &perm)); in test_space_perm()
371 assert((perm & PERMPPGL) == PERMPPGL); in test_space_perm()
[all …]
A Dtpm-v1.c44 u32 index, perm, size; in do_tpm_nv_define_space() local
55 perm = simple_strtoul(argv[2], NULL, 0); in do_tpm_nv_define_space()
58 return report_return_code(tpm_nv_define_space(dev, index, perm, size)); in do_tpm_nv_define_space()
289 u32 index, perm, size; in do_tpm_nv_define() local
305 perm = simple_strtoul(argv[3], NULL, 0); in do_tpm_nv_define()
307 return report_return_code(tpm_nv_define_space(dev, index, perm, size)); in do_tpm_nv_define()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dtlb.c248 unsigned int perm; in tlb_map_range() local
252 perm = MAS3_SX|MAS3_SW|MAS3_SR; in tlb_map_range()
258 perm = MAS3_SW|MAS3_SR; in tlb_map_range()
289 set_tlb(1, v_addr, p_addr, perm, wimge, in tlb_map_range()
A Dstart.S177 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch
187 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h
188 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
199 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch
209 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h
210 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
/u-boot/include/xen/
A Dxenbus.h69 char perm);
/u-boot/lib/bzip2/
A Dbzlib_huffman.c196 Int32 *perm, in BZ2_hbCreateDecodeTables() argument
207 if (length[j] == i) { perm[pp] = j; pp++; }; in BZ2_hbCreateDecodeTables()
A Dbzlib_private.h436 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member
A Dbzlib_decompress.c127 gPerm = &(s->perm[gSel][0]); \
385 &(s->perm[t][0]), in BZ2_decompress()
/u-boot/include/
A Dtpm-v1.h321 u32 tpm_nv_define_space(struct udevice *dev, u32 index, u32 perm, u32 size);
524 u32 tpm_get_permissions(struct udevice *dev, u32 index, u32 *perm);
/u-boot/lib/
A Dtpm-v1.c100 u32 tpm_nv_define_space(struct udevice *dev, u32 index, u32 perm, u32 size) in tpm_nv_define_space() argument
136 perm_offset, perm, in tpm_nv_define_space()
456 u32 tpm_get_permissions(struct udevice *dev, u32 index, u32 *perm) in tpm_get_permissions() argument
478 perm_offset, perm)) in tpm_get_permissions()
/u-boot/drivers/xen/
A Dxenbus.c404 domid_t dom, char perm) in xenbus_set_perms() argument
414 snprintf(value, PERM_MAX_SIZE, "%c%hu", perm, dom); in xenbus_set_perms()
/u-boot/arch/arm/include/asm/arch-imx8/sci/
A Dsci.h96 sc_rm_pt_t pt, sc_rm_perm_t perm);
/u-boot/drivers/misc/imx8/
A Dscu_api.c546 sc_rm_pt_t pt, sc_rm_perm_t perm) in sc_rm_set_memreg_permissions() argument
561 RPC_U8(&msg, 2U) = (u8)(perm); in sc_rm_set_memreg_permissions()
567 mr, pt, perm, RPC_R8(&msg)); in sc_rm_set_memreg_permissions()

Completed in 23 milliseconds