Home
last modified time | relevance | path

Searched refs:tb_cache (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/ps3/
Dps3-lpm.c137 void *tb_cache; member
936 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb()
960 memcpy(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb()
991 if (!lpm_priv->tb_cache) in ps3_lpm_copy_tb_to_user()
1014 result = copy_to_user(buf, lpm_priv->tb_cache, tmp); in ps3_lpm_copy_tb_to_user()
1086 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache, in ps3_lpm_open() argument
1096 if (tb_type == PS3_LPM_TB_TYPE_NONE && tb_cache) in ps3_lpm_open()
1109 lpm_priv->tb_cache = NULL; in ps3_lpm_open()
1110 } else if (tb_cache) { in ps3_lpm_open()
1111 if (tb_cache != (void *)_ALIGN_UP((unsigned long)tb_cache, 128) in ps3_lpm_open()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dps3.h494 int ps3_lpm_open(enum ps3_lpm_tb_type tb_type, void *tb_cache,