Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
main.c File Reference
#include <zephyr/ztest.h>
#include <zephyr/kernel/mm.h>
#include <zephyr/kernel/mm/demand_paging.h>
#include <zephyr/linker/sections.h>
#include <mmu.h>

Functions

static void __ondemand_func evictable_function (void)
 
void test_ondemand_basic (void)
 
 ZTEST_SUITE (ondemand_section, NULL, NULL, NULL, NULL, NULL)
 

Variables

static const char __ondemand_rodata message [] = "was evicted"
 

Function Documentation

◆ evictable_function()

static void __ondemand_func evictable_function ( void )
static

◆ test_ondemand_basic()

void test_ondemand_basic ( void )

◆ ZTEST_SUITE()

ZTEST_SUITE ( ondemand_section ,
NULL ,
NULL ,
NULL ,
NULL ,
NULL  )

Variable Documentation

◆ message

const char __ondemand_rodata message[] = "was evicted"
static