Searched refs:NS (Results 1 – 3 of 3) sorted by relevance
334 #define NS 2048 /* Size of ring buffer */ in ape_section_uncompress() macro344 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()
119 #define NS (0x1 << 3) macro344 if (!(desc & LOWER_ATTRS(NS))) in desc_to_mattr()417 desc |= a & TEE_MATTR_SECURE ? 0 : LOWER_ATTRS(NS); in mattr_to_desc()
487 status = "okay"; secure-status = "disabled"; /* NS-only */495 status = "okay"; secure-status = "disabled"; /* NS-only */
Completed in 11 milliseconds