Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/efi/
Defi.c306 void *tablep; in efi_config_parse_tables() local
309 tablep = config_tables; in efi_config_parse_tables()
317 guid = ((efi_config_table_64_t *)tablep)->guid; in efi_config_parse_tables()
318 table64 = ((efi_config_table_64_t *)tablep)->table; in efi_config_parse_tables()
328 guid = ((efi_config_table_32_t *)tablep)->guid; in efi_config_parse_tables()
329 table = ((efi_config_table_32_t *)tablep)->table; in efi_config_parse_tables()
335 tablep += sz; in efi_config_parse_tables()
/linux-4.1.27/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.1.27/drivers/iommu/
Dio-pgtable-arm.c393 arm_lpae_iopte *tablep; in arm_lpae_split_blk_unmap() local
400 tablep = &table - ARM_LPAE_LVL_IDX(blk_start, lvl, data); in arm_lpae_split_blk_unmap()
402 tablep) < 0) { in arm_lpae_split_blk_unmap()
405 tablep = iopte_deref(table, data); in arm_lpae_split_blk_unmap()
406 __arm_lpae_free_pgtable(data, lvl + 1, tablep); in arm_lpae_split_blk_unmap()
/linux-4.1.27/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.1.27/kernel/sched/
Dcore.c5080 static void sd_free_ctl_entry(struct ctl_table **tablep) in sd_free_ctl_entry() argument
5090 for (entry = *tablep; entry->mode; entry++) { in sd_free_ctl_entry()
5097 kfree(*tablep); in sd_free_ctl_entry()
5098 *tablep = NULL; in sd_free_ctl_entry()