/u-boot/cmd/ |
A D | tpm_test.c | 242 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 D | tpm-v1.c | 44 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 D | tlb.c | 248 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 D | start.S | 177 .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 D | xenbus.h | 69 char perm);
|
/u-boot/lib/bzip2/ |
A D | bzlib_huffman.c | 196 Int32 *perm, in BZ2_hbCreateDecodeTables() argument 207 if (length[j] == i) { perm[pp] = j; pp++; }; in BZ2_hbCreateDecodeTables()
|
A D | bzlib_private.h | 436 Int32 perm [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member
|
A D | bzlib_decompress.c | 127 gPerm = &(s->perm[gSel][0]); \ 385 &(s->perm[t][0]), in BZ2_decompress()
|
/u-boot/include/ |
A D | tpm-v1.h | 321 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 D | tpm-v1.c | 100 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 D | xenbus.c | 404 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 D | sci.h | 96 sc_rm_pt_t pt, sc_rm_perm_t perm);
|
/u-boot/drivers/misc/imx8/ |
A D | scu_api.c | 546 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()
|