ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper Intermittence-Aware Speculative Page Coloring for Secure NVM
Cited - time in scopus Share share facebook twitter linkedin kakaostory
Authors
Jongouk Choi, Junyeong Park, Nicholas L’Heureux, Yan Solihin, Hyunwoo Joe, Changhee Jung
Issue Date
2026-06
Citation
International Symposium on Computer Architecture (ISCA) 2026, pp.1-15
Publisher
IEEE
Language
English
Type
Conference Paper
Abstract
This paper revisits volatile scratchpad memory (SPM) for data confidentiality in an energy harvesting system (EHS) that suffers frequent power outages and thus features nonvolatile memory (NVM). Our insight is that low-cost data confidentiality can be achieved by using on-chip SPM as main memory and off-chip NVM as secondary storage. This strategic design naturally provides EHS with secure main memory (as SPM data vanish on an outage), encrypting them only when persistent in NVM. To realize this in a purely software manner, we introduce MANATEE, a compiler-directed memory management scheme that logically structures NVM pages and preallocates them in SPM. A key innovation of MANATEE is its intermittence-aware speculative page coloring that is explicitly designed taking into account frequent power outages. This design limits the requirement for page conflict resolution to the typically brief power-on period of EHS, providing greater flexibility in page coloring. If the period is longer than usual, two pages that would have been separated by an outage may instead be accessed within the same cycle, competing for the same SPM frame. To handle such a page miss (misspeculation), MANATEE devises a page manager runtime that evicts the old SPM frame, encrypting and persisting it, and fetches the new NVM page, decrypting it upon retrieval. Our evaluation shows that the page miss rate is not significant (≈1%), and MANATEE delivers a 2–3× speedup over the state-of-the-art work. These results demonstrate that MANATEE enables practical and secure memory for EHS, providing data confidentiality with minimal performance overhead.
KSP Keywords
Energy Harvesting System(EHS), Memory management, Miss rate, Nonvolatile Memory(NVM), On-chip, Page coloring, Power-on, Scratchpad Memory, Secondary storage, Strategic design, conflict resolution