Home
last modified time | relevance | path

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

/openbmc/qemu/hw/s390x/
H A Devent-facility.c243 static void copy_mask(uint8_t *dst, uint8_t *src, uint16_t dst_len, in copy_mask() function
274 copy_mask((uint8_t *)&sclp_active_selection_mask, (uint8_t *)&red->mask, in read_event_data()
311 copy_mask((uint8_t *)&tmp_mask, WEM_CP_RECEIVE_MASK(we_mask, mask_length), in write_event_mask()
317 copy_mask(WEM_RECEIVE_MASK(we_mask, mask_length), (uint8_t *)&tmp_mask, in write_event_mask()
320 copy_mask(WEM_SEND_MASK(we_mask, mask_length), (uint8_t *)&tmp_mask, in write_event_mask()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_powerclamp.c131 static int allocate_copy_idle_injection_mask(const struct cpumask *copy_mask) in allocate_copy_idle_injection_mask() argument
134 goto copy_mask; in allocate_copy_idle_injection_mask()
140 copy_mask: in allocate_copy_idle_injection_mask()
141 cpumask_copy(idle_injection_cpu_mask, copy_mask); in allocate_copy_idle_injection_mask()