MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xor_set_prot

Function xor_set_prot

freebsd/arm/mv/mv_common.c:2112–2119  ·  view source on GitHub ↗

* Set protection 'val' on all channels for window 'w' on engine 'e' */

Source from the content-addressed store, hash-verified

2110 * Set protection 'val' on all channels for window 'w' on engine 'e'
2111 */
2112static void
2113xor_set_prot(u_long base, int w, int e, int val)
2114{
2115 int c;
2116
2117 for (c = 0; c < MV_XOR_CHAN_MAX; c++)
2118 xor_chan_write(base, c, e, w, val);
2119}
2120
2121static int
2122win_xor_can_remap(int i)

Callers 2

xor_active_dramFunction · 0.85
decode_win_xor_setupFunction · 0.85

Calls 1

xor_chan_writeFunction · 0.85

Tested by

no test coverage detected