Home
last modified time | relevance | path

Searched refs:ic (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/osfmk/arm64/
H A Dstatus.c2560 struct arm_act_context *ic; local
2565 ic = kalloc_type(struct arm_act_context, Z_WAITOK);
2566 if (ic == (struct arm_act_context *) NULL) {
2571 kret = machine_thread_get_state(thread, ARM_THREAD_STATE, (thread_state_t)&ic->ss, &val);
2573 kfree_type(struct arm_act_context, ic);
2582 (thread_state_t)&ic->ns,
2588 (thread_state_t)&ic->ns,
2592 kfree_type(struct arm_act_context, ic);
2596 return ic;
2606 struct arm_act_context *ic; local
[all …]
H A Dcaches_asm.s48 ic ialluis // Invalidate icache
73 ic ivau, x0 // Invalidate icache line
H A Dstart.s714 ic iallu
/xnu-12377.41.6/tools/lldbmacros/
H A Dioreg.py685 for ic in interrupt_controllers:
686 print(" {}".format(ic))
708 matching_ics = [ic for ic in interrupt_controllers if ic.name == vector_cont]
729 .format(ic=matchingIC.name, gsi=hex(gsi),
735 …out_str += " +----- [Interrupt Controller {ic}] vector {gsi}\n".format(ic=matchingIC.name, gsi=he…
1487 ic = InterruptControllerDevice.makeInterruptControllerDevice(parent, entry)
1490 if ic is not None:
1491 yield ic
/xnu-12377.41.6/bsd/net/
H A Droute_private.h428 #define NET_CALCULATE_CLOCKSKEW(cc, ic, cu, iu) \ argument
429 ((cc.tv_sec - ic) - (cu - iu))
H A Dpf.c2280 u_int16_t *ic, u_int16_t *pc, struct pf_addr *an, u_int16_t pn, in pf_change_ap() argument
2298 *ic = pf_cksum_fixup(pf_cksum_fixup(*ic, in pf_change_ap()
2508 u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af) in pf_change_icmp() argument
2527 *ic = pf_cksum_fixup(*ic, oip, *ip, 0); in pf_change_icmp()
2529 *ic = pf_cksum_fixup(*ic, opc, *pc, 0); in pf_change_icmp()
2542 *ic = pf_cksum_fixup(pf_cksum_fixup(*ic, in pf_change_icmp()
2545 *ic = pf_cksum_fixup(*ic, oh2c, *h2c, 0); in pf_change_icmp()
2550 *ic = pf_cksum_fixup(pf_cksum_fixup(pf_cksum_fixup( in pf_change_icmp()
2552 pf_cksum_fixup(pf_cksum_fixup(*ic, in pf_change_icmp()
2574 *ic = pf_cksum_fixup(pf_cksum_fixup(pf_cksum_fixup( in pf_change_icmp()
[all …]
/xnu-12377.41.6/tests/skywalk/
H A Dskt_xfer.c2994 const struct fsw_inject_codes *ic; in skt_xfer_udp_with_errors_common() local
2999 ic = &fsw_inject_codes[errbit]; in skt_xfer_udp_with_errors_common()
3001 T_LOG("Injecting error bit %d\n", ic->ic_code); in skt_xfer_udp_with_errors_common()
3004 emask = (1ULL << ic->ic_code); in skt_xfer_udp_with_errors_common()
3010 if (ic->ic_rmask != IC_RMASK_UNSPEC) { in skt_xfer_udp_with_errors_common()
3011 error_rmask = ic->ic_rmask; in skt_xfer_udp_with_errors_common()
3018 T_LOG("Tx completed for error bit %d\n", ic->ic_code); in skt_xfer_udp_with_errors_common()
3023 if (ic->ic_rmask != IC_RMASK_UNSPEC) { in skt_xfer_udp_with_errors_common()
3031 ic->ic_code); in skt_xfer_udp_with_errors_common()
3035 for (sidx = ic->ic_stat_idx, st = 0; in skt_xfer_udp_with_errors_common()
[all …]