Home
last modified time | relevance | path

Searched refs:tablep (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/platform/efi/
Dquirks.c207 void *p, *tablep; in efi_reuse_config() local
227 p = tablep = early_memremap(tables, nr_tables * sz); in efi_reuse_config()
243 early_memunmap(tablep, nr_tables * sz); in efi_reuse_config()
/linux-4.4.14/drivers/firmware/efi/
Defi.c397 void *tablep; in efi_config_parse_tables() local
400 tablep = config_tables; in efi_config_parse_tables()
408 guid = ((efi_config_table_64_t *)tablep)->guid; in efi_config_parse_tables()
409 table64 = ((efi_config_table_64_t *)tablep)->table; in efi_config_parse_tables()
419 guid = ((efi_config_table_32_t *)tablep)->guid; in efi_config_parse_tables()
420 table = ((efi_config_table_32_t *)tablep)->table; in efi_config_parse_tables()
426 tablep += sz; in efi_config_parse_tables()
/linux-4.4.14/drivers/iommu/
Dio-pgtable-arm.c456 arm_lpae_iopte *tablep; in arm_lpae_split_blk_unmap() local
463 tablep = &table - ARM_LPAE_LVL_IDX(blk_start, lvl, data); in arm_lpae_split_blk_unmap()
465 tablep) < 0) { in arm_lpae_split_blk_unmap()
468 tablep = iopte_deref(table, data); in arm_lpae_split_blk_unmap()
469 __arm_lpae_free_pgtable(data, lvl + 1, tablep); in arm_lpae_split_blk_unmap()
/linux-4.4.14/kernel/
Dsysctl_binary.c1278 static char *sysctl_getname(const int *name, int nlen, const struct bin_table **tablep) in sysctl_getname() argument
1287 *tablep = table; in sysctl_getname()
/linux-4.4.14/kernel/sched/
Dcore.c5334 static void sd_free_ctl_entry(struct ctl_table **tablep) in sd_free_ctl_entry() argument
5344 for (entry = *tablep; entry->mode; entry++) { in sd_free_ctl_entry()
5351 kfree(*tablep); in sd_free_ctl_entry()
5352 *tablep = NULL; in sd_free_ctl_entry()