Searched refs:tables (Results 1 – 25 of 50) sorted by relevance
12
3 # Allowed to read/write low-level partition tables28 # Used to probe kernel to reload partition tables
54 # to mlock VM memory and page tables.
192 # /sys/firmware/acpi/tables
5 # Allowed to read/write low-level partition tables28 # Used to probe kernel to reload partition tables
5 # Allowed to read/write low-level partition tables30 # Used to probe kernel to reload partition tables
72 std::string tables = partitions + extents + groups + block_devices; in SerializeMetadata() local73 SHA256(tables.data(), tables.size(), header.tables_checksum); in SerializeMetadata()81 return header_blob + tables; in SerializeMetadata()
41 TARGET_CFLAGS += -fno-unwind-tables
8 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
23 # to mlock VM memory and page tables.
13 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
9 # Acquire advisory lock on /system/etc/xtables.lock from ip[6]tables
13 # Let crosvm mlock VM memory and page tables.
43 # to mlock VM memory and page tables.
113 let tables = db in test_tables() localVariable118 assert_eq!(tables.len(), 6); in test_tables()119 assert_eq!(tables[0], "blobentry"); in test_tables()120 assert_eq!(tables[1], "blobmetadata"); in test_tables()121 assert_eq!(tables[2], "grant"); in test_tables()122 assert_eq!(tables[3], "keyentry"); in test_tables()123 assert_eq!(tables[4], "keymetadata"); in test_tables()124 assert_eq!(tables[5], "keyparameter"); in test_tables()