• Title/Summary/Keyword: XIP

Search Result 8, Processing Time 0.033 seconds

(PMU (Performance Monitoring Unit)-Based Dynamic XIP(eXecute In Place) Technique for Embedded Systems) (내장형 시스템을 위한 PMU (Performance Monitoring Unit) 기반 동적 XIP (eXecute In Place) 기법)

  • Kim, Dohun;Park, Chanik
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.3 no.3
    • /
    • pp.158-166
    • /
    • 2008
  • These days, mobile embedded systems adopt flash memory capable of XIP feature since they can reduce memory usage, power consumption, and software load time. XIP provides direct access to ROM and flash memory for processors. However, using XIP incurs unnecessary degradation of applications' performance because direct access to ROM and flash memory shows more delay than that to main memory. In this paper, we propose a memory management framework, dynamic XIP, which can resolve the performance degradation of using XIP. Using a constrained RAM cache, dynamic XIP can dynamically change XIP region according to page access pattern to reduce performance degradation in execution time or energy consumption resulting from native XIP problem. The proposed framework consists of a page profiler gathering applications' memory access pattern using PMU and an XIP manager deciding that a page is accessed whether in main memory or in flash memory. The proposed framework is implemented and evaluated in Linux kernel. Our evaluation shows that our framework can reduce execution time at most 25% and energy consumption at most 22% compared with using XIP-only case adopted in general mobile embedded systems. Moreover, the evaluation shows that in execution time and energy consumption, our modified LRU algorithm with code page filters can reduce more than at most 90% and 80% respectively compared with applying just existing LRU algorithm to dynamic XIP.

  • PDF

Cost-Aware Cache Algorithm for Dynamic XIP (eXecute In Place) (동적 XIP(eXecute In Place)를 위한 비용 인식 캐시 알고리즘 설계)

  • Dohun Kim;Chanik Park
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.820-823
    • /
    • 2008
  • 본 논문은 기존의 XIP 기법에서 발생할 수 있는 메모리 접근 성능저하를 해결하기 위한 동적 XIP 기법을 제안하였다. 동적 XIP 기법은 상대적으로 성능저하가 적을 것으로 예상되는 코드 페이지들을 동적으로 선택하여 XIP 영역으로 설정하고, 성능저하가 크게 나타날 것으로 예상되는 코드 페이지들을 램 캐시에 캐싱하여 성능을 향상시킨다. 본 논문은 램 캐시를 관리하기 위해 MIN 캐시 알고리즘 및 메모리 접근 비용을 고려한 오프라인 캐시 알고리즘과, 페이지 접근에 대한 최신성(Recency) 및 슬라이딩 윈도우에 저장된 페이지 접근 기록에 기반하여 메모리 접근 비용을 예측하는 온라인 캐시 알고리즘, 온라인 캐시 알고리즘의 램 캐싱 판단의 정확성을 높이는 기법을 제안하였다. 본 논문은 온·오프라인 알고리즘의 성능비교를 위해 시뮬레이터를 통해 성능을 평가하였고, 유용성을 시험하기 위해 온라인 알고리즘을 리눅스를 기반으로 구현하여 성능을 평가하였다. 본 논문에서 제안한 동적 XIP는 실제 구현한 환경에서 실험한 결과, 작은 크기의 캐시를 사용하고도 수행시간에서는 최대 27%, 에너지 소모량에서는 최대 24%의 성능이 향상됨을 보였다.

Structural characterization of HBx-interacting protein using NMR spectroscopy

  • Lee Young-Tae;Kim Byoung-Kook;Kim Key-Sun;Choi Byong-Seok
    • Journal of the Korean Magnetic Resonance Society
    • /
    • v.9 no.2
    • /
    • pp.122-137
    • /
    • 2005
  • The hepatitis B virus X protein (HBx) is highly linked with liver diseases and the development of hepatocellular carcinoma. HBx-interacting protein (XIP) has been shown to abolish the transactivation functions of HBx. Here, we define the structural characteristics and HBx binding properties of XIP. Under physiological conditions, XIP was composed mainly of random-coils but significant helicity was induced in the hydrophobic condition. NMR spectroscopy defined the secondary structure of XIP in the presence of sodium dodecyl sulfate. Four putative helices were mapped to the amino acids 8-12, 32-38, 42-54 and 82-91. Any deletion of defined putative helices in XIP led to loss of binding to HBx, and truncated mutant lacking last putative helix decreased helicity more than that it could. Our results suggest that XIP requires its entire sequence for HBx binding and it may be under drastic conformational change when binds to HBx.

  • PDF

Implementation of XIP Functionality in Embedded Linux with Ramdisk (Ramdisk를 사용하는 Embedded Linux System에서의 XIP 구현에 대한 연구)

  • 정동환;김문회;이창훈;박호준
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.115-117
    • /
    • 2001
  • 대부분의 embedded system에서 hard-disk 대용으로 flash memory를 사용하고 있으며, flash device에 압축 커널이미지와 root file system image를 가지고 있다. Booting 고정 중 커널의 압축이 풀리고 메모리에 로드되어 제어를 넘겨받으면 flash memory 상에 존재하는 root file system image를 ramdisk의 image로 로드하여 시스템은 결국 ramdisk에 root file system을 가지게 된다. Ramdisk 상의 프로그램을 실행하기 위해 메모리로 실행파일 이미지를 copy하는 과정을 피하고 ramdisk 상의 이미지를 바로 프로세스의 virtual memory area에 직접 매핑 시켜 주는 XIP(eXection-In-Place)를 구현함으로써 많은 메모리 절감 효과를 얻을 수 있다. 본 연구에서는 ramdisk를 root file system으로 사용하는 embedded system에서의 XIP 구조를 설계하고 구현하였다.

A Practical XIP Scheme using the Memory Management of Time Measuring at OneNAND Flash (원낸드 플래시 메모리에서 시간계측메모리관리를 이용한 XIP 활용 기법)

  • Sang ho Cho;Taehyoung Kim;Moon Jeong Kim;Young Ik Eom
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2008.11a
    • /
    • pp.885-888
    • /
    • 2008
  • 낸드(NAND) 플래시 메모리와 노어(NOR) 플래시 메모리의 장점을 결합시킨 원낸드(OneNAND) 플래시 메모리가 개발되면서 메모리의 시장에 큰 변화가 왔다. 그러나 기존의 낸드 플래시 메모리에서 사용되던 메모리 관리 기법이 그대로 원낸드 플래시 메모리에서 사용됨에 따라 원낸드 플래시 메모리만의 장점을 활용하지 못하고 있다. 본 논문에서는 기존의 메모리 관리 기법을 원낸드 플래시 메모리에 적합한 형태로 개선하였다. 제안 기법은 XIP 기능과 새로운 버퍼 관리 방법을 활용하여 원낸드 플래시 메모리의 성능을 최대한 이끌어 낸다. 그 결과 시스템의 전체적인 수행속도를 향상시킬 수 있었다.

The comparative study of user satisfaction on various implant engine system (다양한 임플란트 엔진 시스템에 대한 사용자 만족도 비교)

  • Lee, Du-Hyeong;Lee, Kyu-Bok
    • Journal of Dental Rehabilitation and Applied Science
    • /
    • v.30 no.1
    • /
    • pp.9-15
    • /
    • 2014
  • Purpose: Implant engine system is composed of the handpiece, micromotor, control box and foot switch. The aim of this study was to evaluate the satisfaction of the implant engine systems in terms of convenience-design and to examine the relation with the experience of implant surgery. Materials and Methods: Three implant systems were evaluated: SurgicXT/X-SG20L, INTRAsurg300/CL3-09, XIP10/CRB26LX. For this comparative study, 30 dentists were included and the satisfaction was measured using a structured questionnaire. One-way analysis of the variance (ANOVA) and multiple regression analysis were used within and between the groups. Results: Total satisfaction differed from each other (P < 0.05). The convenience score was more associated with the total satisfaction than design score. Moreover, the implant surgery experience affected several assessments. Conclusion: Collectively, in a cross-sectional study model, the design of implant system significantly affects its total satisfaction and the surgery experience can be influential factor in the evaluation of implant engine system.

Improving Bootup Time using Delayed Devices Probing (지연된 장치 탐색을 이용한 부팅시간 향상 기법)

  • Park, Woo-Ram;Na, Yun-Ju;Park, Chan-Ik
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.10a
    • /
    • pp.228-232
    • /
    • 2006
  • 모바일폰, MP3 플레이어, PDA와 같은 개인 휴대용 임베디드 기기가 다양해지면서, 각 기기의 부팅 시간은 제품 경쟁력을 위해 개발자가 고려해야할 중요한 이슈가 되었다. 이를 위해 Disable Console[1], Kernel XIP[2], IDENoProbe[3] 등의 기술이 제안되었지만, 부팅 시간의 80%를 차지하는 디바이스 초기화와 드라이버 등록에 대한 고려가 부족하다는 점에서 한계를 가진다. 본 연구에서는 부팅 시에 불필요한 IDE나 다른 인터페이스 채널의 초기화 과정 및 디바이스 드라이버의 등록과정을 생략하고, 그 과정을 부팅이 완료된 후로 지연시킴으로써 부팅 시간을 단축시키는 방법을 제안한다. 본 연구를 이용할 경우 부팅 시에 불필요한 IDE 인터페이스 채널의 초기화를 생략함으로써 기존 시스템의 부팅 시간에 비해 약 7초 정도 (일반 리눅스 부팅 시간의 약 14.15% 개선)의 성능 향상을 기대할 수 있으며, 나아가 부팅 과정의 80% 정도를 차지하는 디바이스 드라이버의 등록 과정의 일부를 생략하여 부팅 성능을 개선할 수 있는 실험적 근거를 제시하였다.

  • PDF

Erase Group Flash Translation Layer for Multi Block Erase of Fusion Flash Memory (퓨전 플래시 메모리의 다중 블록 삭제를 위한 Erase Croup Flash Translation Layer)

  • Lee, Dong-Hwan;Cho, Won-Hee;Kim, Deok-Hwan
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.46 no.4
    • /
    • pp.21-30
    • /
    • 2009
  • Fusion flash memory such as OneNAND$^{TM}$ is popular as a ubiquitous storage device for embedded systems because it has advantages of NAND and NOR flash memory that it can support large capacity, fast read/write performance and XIP(eXecute-In-Place). Besides, OneNAND$^{TM}$ provides not only advantages of hybrid structure but also multi-block erase function that improves slow erase performance by erasing the multiple blocks simultaneously. But traditional NAND Flash Translation Layer may not fully support it because the garbage collection of traditional FTL only considers a few block as victim block and erases them. In this paper, we propose an Erase Group Flash Translation Layer for improving multi-block erase function. EGFTL uses a superblock scheme for enhancing garbage collection performance and invalid block management to erase multiple blocks simultaneously. Also, it uses clustered hash table to improve the address translation performance of the superblock scheme. The experimental results show that the garbage collection performance of EGFTL is 30% higher than those of traditional FTLs, and the address translation performance of EGFTL is 5% higher than that of Superblock scheme.