Searched refs:comm_block (Results 1 – 1 of 1) sorted by relevance
335 static unsigned int chsc_key_1(void *comm_block) in chsc_key_1() argument345 : [comm_block] "d" (comm_block) in chsc_key_1()352 static void init_comm_block(uint16_t *comm_block) in init_comm_block() argument354 memset(comm_block, 0, PAGE_SIZE); in init_comm_block()356 comm_block[0] = 0x10; in init_comm_block()357 comm_block[1] = 0x10; in init_comm_block()358 comm_block[9] = 0; in init_comm_block()363 uint16_t *comm_block = (uint16_t *)&pagebuf; in test_channel_subsystem_call() local369 init_comm_block(comm_block); in test_channel_subsystem_call()370 set_storage_key(comm_block, 0x10, 0); in test_channel_subsystem_call()[all …]