Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/bnxt/
A Dbnxt_fw.c334 #define NS 2048 /* Size of ring buffer */ in ape_section_uncompress() macro
344 uint8_t text_buf[NS + F - 1]; in ape_section_uncompress()
349 for (i = 0; i < NS - F; i++) in ape_section_uncompress()
352 r = NS - F; in ape_section_uncompress()
380 r &= (NS - 1); in ape_section_uncompress()
404 c = text_buf[((i + k) & (NS - 1))]; in ape_section_uncompress()
407 r &= (NS - 1); in ape_section_uncompress()
/optee_os/core/arch/arm/mm/
A Dcore_mmu_lpae.c119 #define NS (0x1 << 3) macro
344 if (!(desc & LOWER_ATTRS(NS))) in desc_to_mattr()
417 desc |= a & TEE_MATTR_SECURE ? 0 : LOWER_ATTRS(NS); in mattr_to_desc()
/optee_os/core/arch/arm/dts/
A Dfsl-lx2160a.dtsi487 status = "okay"; secure-status = "disabled"; /* NS-only */
495 status = "okay"; secure-status = "disabled"; /* NS-only */

Completed in 11 milliseconds